]> git.donarmstrong.com Git - lilypond.git/commitdiff
* mf/feta-bolletjes.mf (solfa_quarter_width): use
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 4 Oct 2006 16:00:19 +0000 (16:00 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 4 Oct 2006 16:00:19 +0000 (16:00 +0000)
solfa_base_notewidth as unit for non-DO-notes too.

* input/mutopia/W.A.Mozart/mozart-hrn-3.ly: update email.

ChangeLog
input/mutopia/W.A.Mozart/mozart-hrn-3.ly
mf/feta-bolletjes.mf

index a1ef1712b5c2c80d5276aff5a338f2686882fcd1..ae0c37a469e026fa990a59f15a06f77ea82534bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2006-10-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
+       * 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  <mabe@drongo.s3.kth.se>
index 302939a014bcb382fbed6002b104ffcbf72efdac..faa48451c6432c636675bc286da77f24e650a564 100644 (file)
@@ -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  "."))  }
index c09c3d2df9c4bba4d55194b66350f3778315b142..48eb3649c3693334805d8bca3d6ac375d6c5d29a 100644 (file)
@@ -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;