]> git.donarmstrong.com Git - lilypond.git/blobdiff - mf/parmesan-accidentals.mf
*** empty log message ***
[lilypond.git] / mf / parmesan-accidentals.mf
index 2c37528f2ee4b1e066274c789443ffc3079051e5..e0e04c4ae8eb47e08ca1a03ec4b7574633692fe3 100644 (file)
@@ -3,7 +3,7 @@
 % 
 % source file of LilyPond's pretty-but-neat music font
 % 
-% (c) 2001--2002 Juergen Reuter <reuter@ipd.uka.de>
+% (c) 2001--2004 Juergen Reuter <reuter@ipd.uka.de>
 % 
 
 fet_begingroup ("accidentals")
@@ -17,12 +17,12 @@ fet_begingroup ("accidentals")
 %
 %
 %
-fet_beginchar("Ed. Med. Flat" , "medicaea-1", "medicaeaflat");
+fet_beginchar("Ed. Med. Flat" , "medicaea-1");
        set_char_box(0.1 staff_space#, 0.6 staff_space#,
                     0.6 staff_space#, 1.0 staff_space#);
 
        pickup pencircle
-               xscaled 0.50 stafflinethickness
+               xscaled 0.50 linethickness
                yscaled 0.22 staff_space;
 
        save za, zb;
@@ -33,7 +33,7 @@ fet_beginchar("Ed. Med. Flat" , "medicaea-1", "medicaeaflat");
        draw za -- zb;
 
        pickup pencircle
-               xscaled 0.50 stafflinethickness
+               xscaled 0.50 linethickness
                yscaled 0.22 staff_space
                rotated -63;
 
@@ -56,7 +56,7 @@ fet_beginchar("Ed. Med. Flat" , "medicaea-1", "medicaeaflat");
 %
 %
 %
-fet_beginchar("Ed. Vat. Flat" , "vaticana-1", "vaticanaflat");
+fet_beginchar("Ed. Vat. Flat" , "vaticana-1");
         save za, zb, zc, zd, ze, zf, zg;
         pair za, zb, zc, zd, ze, zf, zg;
         za = (0.00 staff_space, +0.80 staff_space);
@@ -68,21 +68,21 @@ fet_beginchar("Ed. Vat. Flat" , "vaticana-1", "vaticanaflat");
         zg = (0.15 staff_space, +0.26 staff_space);
 
         pickup pencircle
-                xscaled 0.50 stafflinethickness
+                xscaled 0.50 linethickness
                 yscaled 0.22 staff_space;
         draw za{down} .. {down}zb .. zc .. zd{up} .. {up}ze .. zf .. zg;
 
-        set_char_box(0.00 staff_space# + 0.25 stafflinethickness#,
-                    0.50 staff_space# + 0.25 stafflinethickness#,
+        set_char_box(0.00 staff_space# + 0.25 linethickness#,
+                    0.50 staff_space# + 0.25 linethickness#,
                     0.23 staff_space# + 0.11 staff_space#,
                     0.80 staff_space# + 0.11 staff_space#);
         fet_endchar;
 
-fet_beginchar("Ed. Vat. Natural" , "vaticana0", "vaticananatural");
+fet_beginchar("Ed. Vat. Natural" , "vaticana0");
        save za, zb, zc, zd;
        pair za, zb, zc, zd;
        pickup pencircle
-               xscaled 0.80 stafflinethickness
+               xscaled 0.80 linethickness
                yscaled 0.22 staff_space;
        za = (0.00 staff_space, +0.65 staff_space);
        zb = (0.00 staff_space, -0.35 staff_space);
@@ -96,8 +96,8 @@ fet_beginchar("Ed. Vat. Natural" , "vaticana0", "vaticananatural");
                yscaled -1
                shifted (0.40 staff_space, 0.0 staff_space);
 
-       set_char_box(0.00 staff_space# + 0.40 stafflinethickness#,
-                    0.40 staff_space# + 0.40 stafflinethickness#,
+       set_char_box(0.00 staff_space# + 0.40 linethickness#,
+                    0.40 staff_space# + 0.40 linethickness#,
                     0.65 staff_space# + 0.11 staff_space#,
                     0.65 staff_space# + 0.11 staff_space#);
 
@@ -111,10 +111,10 @@ fet_beginchar("Ed. Vat. Natural" , "vaticana0", "vaticananatural");
 %
 %
 %
-fet_beginchar("Mensural Sharp" , "mensural1", "mensuralsharp");
+fet_beginchar("Mensural Sharp" , "mensural1");
        save stemthick;
        define_pixels (stemthick);
-       stemthick# = stafflinethickness#;
+       stemthick# = linethickness#;
 
        save za, zb;
        pair za, zb;
@@ -133,10 +133,10 @@ fet_beginchar("Mensural Sharp" , "mensural1", "mensuralsharp");
 
        fet_endchar;
 
-fet_beginchar("Mensural Flat" , "mensural-1", "mensuralflat");
+fet_beginchar("Mensural Flat" , "mensural-1");
        save stemthick;
        define_pixels (stemthick);
-       stemthick# = stafflinethickness#;
+       stemthick# = linethickness#;
 
        save za, zb, zc, zd, ze;
        pair za, zb, zc, zd, ze;
@@ -159,10 +159,10 @@ fet_beginchar("Mensural Flat" , "mensural-1", "mensuralflat");
 
        fet_endchar;
 
-fet_beginchar("Hufnagel Flat" , "hufnagel-1", "hufnagelflat");
+fet_beginchar("Hufnagel Flat" , "hufnagel-1");
        save stemthick;
        define_pixels (stemthick);
-       stemthick# = stafflinethickness#;
+       stemthick# = linethickness#;
 
        save za, zb, zc, zd, ze, zf;
        pair za, zb, zc, zd, ze, zf;