]> git.donarmstrong.com Git - lilypond.git/commitdiff
Formatting nits.
authorWerner Lemberg <wl@gnu.org>
Sun, 29 Apr 2007 06:15:48 +0000 (08:15 +0200)
committerWerner Lemberg <wl@gnu.org>
Sun, 29 Apr 2007 06:15:48 +0000 (08:15 +0200)
mf/parmesan-clefs.mf
mf/parmesan-custodes.mf
mf/parmesan-generic.mf
mf/parmesan-heads.mf

index ece1b5014c45a384551a5dedd6a8b845b56c9356..df79a14ae71d78ef6bbed5de11d912d6c0c2d2a7 100644 (file)
@@ -6,7 +6,7 @@
 % (c) 2001--2006 Juergen Reuter <reuter@ipd.uka.de>
 %
 
-fet_begingroup ("clefs")
+fet_begingroup ("clefs");
 
 %
 % character aligment:
@@ -16,10 +16,10 @@ fet_begingroup ("clefs")
 %   `f', etc.  The shape of each clef character defines a vertical
 %   position that is assumed to represent this pitch.  For the treble
 %   clef, it is the vertical position of the center of the spiral
-%   ending that represents the 'g' pitch.  For the bass clef, it is
+%   ending that represents the `g' pitch.  For the bass clef, it is
 %   the center between the two fat dots that define the vertical
-%   position of the 'f' pitch.  For the alto clef, it is the vertical
-%   center of the clef that is aligned with the 'c' pitch.  For each
+%   position of the `f' pitch.  For the alto clef, it is the vertical
+%   center of the clef that is aligned with the `c' pitch.  For each
 %   clef character, this center should be vertically aligned with the
 %   point (0, 0).  The horizontal alignment of each clef character
 %   should be such that the vertical line through the point (0, 0)
@@ -1095,14 +1095,14 @@ enddef;
 
 fet_beginchar ("petrucci f clef", "petrucci.f");
        if test = 1:
-               draw_staff (-1,3, 0.0);
+               draw_staff (-1, 3, 0.0);
        fi;
-       draw_petrucci_f_clef ((0,0), 1.0);
+       draw_petrucci_f_clef ((0, 0), 1.0);
 fet_endchar;
 
 
 fet_beginchar ("petrucci f clef", "petrucci.f_change");
-       draw_petrucci_f_clef ((0,0), .8);
+       draw_petrucci_f_clef ((0, 0), .8);
 fet_endchar;
 
 
@@ -1206,7 +1206,7 @@ fet_beginchar ("mensural f clef", "mensural.f");
        if test = 1:
                draw_staff (-1, 3, 0.0);
        fi;
-       draw_mensural_f_clef ((0,0), 1.0);
+       draw_mensural_f_clef ((0, 0), 1.0);
 fet_endchar;
 
 
@@ -1686,4 +1686,4 @@ fet_beginchar ("Hufnagel do/fa clef", "hufnagel.do.fa_change");
 fet_endchar;
 
 
-fet_endgroup ("clefs")
+fet_endgroup ("clefs");
index 1641ebeff01aba58a015389d232575922cb41f97..f6734c53d94f9bacd3aa5b934d652470cbc72209 100644 (file)
@@ -9,7 +9,7 @@
 save black_notehead_width;
 numeric black_notehead_width;
 
-fet_begingroup ("custodes")
+fet_begingroup ("custodes");
 
 %
 % character aligment:
index 5c346be8e97c7905970cb35a78dd5d6deb8cbddc..39c4ef6cf1d5be4cb08bfc661abed18065d55361 100644 (file)
@@ -10,7 +10,7 @@
 
 if test = -1:
        mode := smoke;
-fi
+fi;
 
 mode_setup;
 
@@ -25,7 +25,7 @@ input parmesan-macros;
 font_x_height staff_space#;
 
 
-fet_beginfont ("parmesan", design_size, "parmesanMusic")
+fet_beginfont ("parmesan", design_size, "parmesanMusic");
        if test = 0:
                input parmesan-rests;
                input parmesan-heads;
@@ -38,5 +38,5 @@ fet_beginfont ("parmesan", design_size, "parmesanMusic")
                input parmesan-dots;
        else:
 
-       fi
+       fi;
 fet_endfont;
index a21b942b024a3db7475be1c3511735552a9bbf80..b1ccf6455d936b124b4bc02837c486879dbb0e56 100644 (file)
@@ -12,7 +12,7 @@
 save black_notehead_width;
 numeric black_notehead_width;
 
-fet_begingroup ("noteheads")
+fet_begingroup ("noteheads");
 
 %
 % character aligment:
@@ -918,7 +918,7 @@ enddef;
 
 def inclinatum_char (expr verbose_name, internal_name,
                          small, stropha, auctum) =
-       fet_beginchar (verbose_name, "s" & internal_name)
+       fet_beginchar (verbose_name, "s" & internal_name);
                save ht, alpha;
 
                alpha := 35;
@@ -1146,7 +1146,7 @@ epiphonus_char ("Ed. Vat. cephalicus", "vaticana.cephalicus",
 
 
 % quilisma
-fet_beginchar ("Ed. Vat. quilisma", "svaticana.quilisma")
+fet_beginchar ("Ed. Vat. quilisma", "svaticana.quilisma");
        save a_b, b_h, a_w;
 
        a_b := 1.54; % b_h * a_b / a_w = wd / ht
@@ -1232,7 +1232,7 @@ inclinatum_char ("Solesmes stropha aucta", "solesmes.stropha.aucta",
 
 
 % solesmes oriscus
-fet_beginchar ("Solesmes oriscus", "ssolesmes.oriscus")
+fet_beginchar ("Solesmes oriscus", "ssolesmes.oriscus");
        save a_b, b_h, a_w;
 
        a_b := 1.54; % b_h * a_b / a_w = wd / ht
@@ -1309,7 +1309,7 @@ fet_endchar;
 %
 
 % inclinatum
-fet_beginchar ("Ed. Med. inclinatum", "smedicaea.inclinatum")
+fet_beginchar ("Ed. Med. inclinatum", "smedicaea.inclinatum");
        draw_diamond_head (1.2 staff_space#, 0, 0, 35, false);
 fet_endchar;
 
@@ -1468,4 +1468,4 @@ fet_beginchar ("Hufnagel pes lower punctum", "shufnagel.lpes")
 fet_endchar;
 
 
-fet_endgroup ("noteheads")
+fet_endgroup ("noteheads");