simon-git: gonville (master): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Sun Mar 15 14:25:42 GMT 2020
TL;DR:
5124cf2 Fix off-centre attachment on tenor G clef.
dbbc53b Buildscr: remove -DSHARE_LILYPOND again.
Repository: https://git.tartarus.org/simon/gonville.git
On the web: https://git.tartarus.org/?p=simon/gonville.git
Branch updated: master
Committer: Simon Tatham <anakin at pobox.com>
Date: 2020-03-15 14:25:42
commit 5124cf24500e18657dae479de8bdb5f3120b499a
web diff https://git.tartarus.org/?p=simon/gonville.git;a=commitdiff;h=5124cf24500e18657dae479de8bdb5f3120b499a;hp=541da6abb4970164c8a9ed0642e4a46c122ebaa7
Author: Simon Tatham <anakin at pobox.com>
Date: Sun Mar 15 14:05:19 2020 +0000
Fix off-centre attachment on tenor G clef.
I thought this looked a little off when I first drew it, but forgot to
go back and take a closer look. Turns out I'd just got my maths wrong.
The stave spacing is 5 points, i.e. 5/72 inch, and in the normal
coordinate scale of this font, that's 5/27 * 1900. So two staves come
to twice that, which is 263.8888... pixels. But I'd written 268, which
I suspect was just a transcription error.
font.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit dbbc53bf726df78b04ff5dae4a3164e5970c3e45
web diff https://git.tartarus.org/?p=simon/gonville.git;a=commitdiff;h=dbbc53bf726df78b04ff5dae4a3164e5970c3e45;hp=5124cf24500e18657dae479de8bdb5f3120b499a
Author: Simon Tatham <anakin at pobox.com>
Date: Sun Mar 15 14:05:34 2020 +0000
Buildscr: remove -DSHARE_LILYPOND again.
It's no longer needed. We're now getting Lilypond itself to tell me
where its data directory is, so we don't use that definition any more.
All we need is to put the right Lilypond binary on the path before
running the build script.
Buildscr | 2 --
1 file changed, 2 deletions(-)
More information about the tartarus-commits
mailing list