]> git.donarmstrong.com Git - lilypond.git/commitdiff
make flat heavier.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 14 Jan 2003 15:39:18 +0000 (15:39 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 14 Jan 2003 15:39:18 +0000 (15:39 +0000)
ChangeLog
Documentation/bibliography/computer-notation.bib
mf/feta-generic.mf
mf/feta-toevallig.mf

index cea1a925e90aa2869316da6fe2929c46c5d40c6b..7fab0276ba67d378f552fafd96c2137aae2ab8a9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
+       * mf/feta-toevallig.mf: make flat heavier.
+
        * lily/cluster-engraver.cc: clean up Cluster engraver
 
        * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
index e758684d5943fe698847715a1bdbb61a22014b71..1d5512b70f0b88f0933931409fba80fd70a424d1 100644 (file)
@@ -405,7 +405,7 @@ surprising that LilyPond is more mature.
 
 
 
-@TechReport {hegazy87-breaking,
+@TechReport {hegazy87-breaking-tr,
 annote = {This generalizes \TeX's breaking algorithm to music. It also appeared in Document Manipulation and Typography, J.C. van Vliet (ed) 1988. HWN},
   year =  {1987},
   title = {Optimal line breaking in music},
@@ -414,6 +414,20 @@ annote = {This generalizes \TeX's breaking algorithm to music. It also appeared
   institution={Department of Computer and Information Science, The Ohio State University,},
 }
 
+@InProceedings{hegazy88:_optim,
+  author = {Wael A. Hegazy and John S. Gourlay},
+year =  1988,
+booktitle = {Proceedings of the International Conference on
+Electronic Publishing, Document Manipulation and Typography. Nice (France)
+},
+month = {April},
+year =1988,
+editor={J. C. van Vliet},
+publisher = {Cambridge University Press},
+ISBN={0-521-36294-6},
+  title = {Optimal line breaking in music},
+}
+
 
 @TechReport {roush87,
   note = {User manual of MusiCopy. Includes an impressive example piece.  HWN},
index f23426bf6a538c9b935844333791ef2d2a1dffb7..188f060b7d515c203329e2a32aa1faf89b763680 100644 (file)
@@ -39,11 +39,11 @@ if test = 0:
        input feta-solfa;
        
 else:
-       input feta-bolletjes;   
+%      input feta-bolletjes;   
 %      input feta-banier;
 %      input feta-eindelijk;
 %      input feta-klef;
-%      input feta-toevallig;
+       input feta-toevallig;
 %      input feta-schrift;
 %      input feta-haak;
 %      input feta-timesig;
index b9e2b48fab06e24f99020da18f743cbb9d93756c..119d3e57c487a63261ac3e408d484dea60959649 100644 (file)
@@ -181,8 +181,8 @@ def draw_meta_flat(expr xcenter, w, crook_fatness) =
        else:
                smaller_hole = 0.0 stafflinethickness;
        fi
-       crook_thinness = 1.1 stafflinethickness;
-       top_stem_thick = 2 stafflinethickness;
+       crook_thinness = 1.25 stafflinethickness;
+       top_stem_thick = 2.2 stafflinethickness;
        bottom_stem_thick = 1.2 stafflinethickness;
 
 
@@ -252,7 +252,7 @@ enddef;
 %
 fet_beginchar("Flat", "-1", "flat")
        set_char_box(1.2 stafflinethickness#, .8 staff_space#, 0.6 staff_space#, 2 staff_space#);
-       draw_meta_flat(0, w, 1/3 staff_space);
+       draw_meta_flat(0, w, 0.31 staff_space);
        fet_endchar;
 
 
@@ -264,7 +264,7 @@ fet_beginchar("Double Flat", "-2", "flatflat")
        set_char_box(1.2 stafflinethickness#, (left_wid + right_wid -overlap) *staff_space#, .6 staff_space#, 2 staff_space#);
        draw_meta_flat(0, left_wid*  staff_space, 1/3 staff_space);
        draw_meta_flat((left_wid - overlap) *staff_space,  
-               right_wid *staff_space, 1/3 staff_space);
+               right_wid *staff_space, 0.33 staff_space);
        fet_endchar;
 
 fet_beginchar("Double Sharp", "2", "sharpsharp")