]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix 1075: Flags too narrow
authorCarl Sorensen <c_sorensen@byu.edu>
Thu, 6 May 2010 20:44:44 +0000 (14:44 -0600)
committerCarl Sorensen <c_sorensen@byu.edu>
Thu, 6 May 2010 20:46:47 +0000 (14:46 -0600)
Move feta-flags to feta-noteheads subfont, since it uses the
value of black_notehead_width, which is created when the standard
quarter note head character is created.

mf/feta-generic.mf
mf/feta-noteheads-generic.mf
mf/feta-noteheads-test-generic.mf
mf/feta-test-generic.mf

index 3472715e1639947541e33e846f72efd8b72f2b6e..b73082de7ea221ef87b944d5663bb97c53109db1 100644 (file)
@@ -44,7 +44,6 @@ if test = 0:
        input feta-arrowheads;
        input feta-dots;
        input feta-scripts;
-       input feta-flags;
        input feta-clefs;
        input feta-timesignatures;
        input feta-pedals;
index 89de7d06a2f183701fcb2b21940d4429fee47a54..e2c0564cded47a5cee50af947420e4083aee8d51 100644 (file)
@@ -41,6 +41,7 @@ fet_beginfont ("feta", design_size, "fetaMusic");
 
 if test = 0:
        input feta-noteheads;
+        input feta-flags;
 else:
        input feta-noteheads-test-generic.mf;
 fi
index 7baeb9b29deee117c19ee35c483fec81c43ec6bb..0e381bd4b54128078cb556ee298152680ad76940 100644 (file)
@@ -4,3 +4,4 @@
 %
 
 input feta-noteheads;
+%input feta-flags;
index 00265fc475163bdbf2495b5fa4a0351bc72af815..71f7ce842f2467d7bf5b4666fa4881ca5cdd7978 100644 (file)
@@ -8,7 +8,6 @@ input feta-accidentals;
 %input feta-dots;
 %input feta-arrowheads;
 %input feta-scripts;
-%input feta-flags;
 %input feta-trills;
 %input feta-clefs;
 %input feta-brackettips;