From: Han-Wen Nienhuys Date: Wed, 4 Oct 2006 16:00:19 +0000 (+0000) Subject: * mf/feta-bolletjes.mf (solfa_quarter_width): use X-Git-Tag: cvs/HEAD~11 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1670b790978af1eed407496bb76c7fc5b1ef43ee;p=lilypond.git * mf/feta-bolletjes.mf (solfa_quarter_width): use solfa_base_notewidth as unit for non-DO-notes too. * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: update email. --- diff --git a/ChangeLog b/ChangeLog index a1ef1712b5..ae0c37a469 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2006-10-04 Han-Wen Nienhuys + * mf/feta-bolletjes.mf (solfa_quarter_width): use + solfa_base_notewidth as unit for non-DO-notes too. + + * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: update email. + + * VERSION: release 2.9.21 + * Documentation/topdocs/NEWS.tely (Top): simpler, more clearer override. 2006-10-04 Mats Bengtsson diff --git a/input/mutopia/W.A.Mozart/mozart-hrn-3.ly b/input/mutopia/W.A.Mozart/mozart-hrn-3.ly index 302939a014..faa48451c6 100644 --- a/input/mutopia/W.A.Mozart/mozart-hrn-3.ly +++ b/input/mutopia/W.A.Mozart/mozart-hrn-3.ly @@ -12,9 +12,9 @@ mutopiacomposer = "W.A.Mozart" mutopiaopus = "KV447" style = "classical" - maintainer = "hanwen@cs.uu.nl" - maintainerEmail = "hanwen@cs.uu.nl" - maintainerWeb = "http://www.cs.uu.nl/~hanwen/" + maintainer = "hanwen@xs4all.nl" + maintainerEmail = "hanwen@xs4all.nl" + maintainerWeb = "http://www.xs4all.nl/~hanwen/" lastupdated = "2002/May/21" source = "Edition Breitkopf 2563" footer = "Mutopia-2002/05/21-25" @@ -23,7 +23,7 @@ \column { \fill-line { \footer "" } \fill-line { { "This music is part of the Mutopia project," - \typewriter { "http://sca.uwaterloo.ca/Mutopia/" } + \typewriter { "http://mutopiaproject.org/" } } } \fill-line { #(ly:export (string-append "It has been typeset and placed in the public " "domain by " maintainer ".")) } diff --git a/mf/feta-bolletjes.mf b/mf/feta-bolletjes.mf index c09c3d2df9..48eb3649c3 100644 --- a/mf/feta-bolletjes.mf +++ b/mf/feta-bolletjes.mf @@ -1010,7 +1010,7 @@ def draw_re_head (expr width_factor, dir) = save p_in, p_out; path p_in, p_out; - set_char_box (0, width_factor * solfa_noteheight#, + set_char_box (0, width_factor * solfa_base_notewidth#, 0.5 solfa_noteheight#, 0.5 solfa_noteheight#); pickup pencircle scaled solfa_pen_thick; @@ -1094,7 +1094,7 @@ def draw_mi_head (expr width_factor) = path path_out, path_in; pair ne_dist, se_dist, ne, se; - set_char_box (0, width_factor * solfa_noteheight#, + set_char_box (0, width_factor * solfa_base_notewidth#, 0.5 solfa_noteheight#, 0.5 solfa_noteheight#); pickup pencircle scaled solfa_pen_thick; @@ -1169,7 +1169,7 @@ fet_endchar; def draw_fa_head (expr width_factor) = - set_char_box (0, width_factor * solfa_noteheight#, + set_char_box (0, width_factor * solfa_base_notewidth#, 0.5 solfa_noteheight#, 0.5 solfa_noteheight#); save p_down_in, p_down_out, p_up_in, p_up_out, nw_dist, nw; @@ -1260,7 +1260,7 @@ fet_endchar; def draw_la_head (expr width_factor) = - set_char_box (0, width_factor * solfa_noteheight#, + set_char_box (0, width_factor * solfa_base_notewidth#, 0.5 solfa_noteheight#, 0.5 solfa_noteheight#); save p_in, p_out; path p_in, p_out; @@ -1319,7 +1319,7 @@ fet_endchar; def draw_ti_head (expr width_factor, dir) = - set_char_box (0, width_factor * solfa_noteheight#, + set_char_box (0, width_factor * solfa_base_notewidth#, 0.5 solfa_noteheight#, 0.5 solfa_noteheight#); save p_in, p_out, p_top; save nw_dist, sw_dist, nw, sw;