From e483af2ac5e50774dd913da7c15b05b02b6ec796 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sun, 29 Apr 2007 08:15:48 +0200 Subject: [PATCH] Formatting nits. --- mf/parmesan-clefs.mf | 18 +++++++++--------- mf/parmesan-custodes.mf | 2 +- mf/parmesan-generic.mf | 6 +++--- mf/parmesan-heads.mf | 12 ++++++------ 4 files changed, 19 insertions(+), 19 deletions(-) diff --git a/mf/parmesan-clefs.mf b/mf/parmesan-clefs.mf index ece1b5014c..df79a14ae7 100644 --- a/mf/parmesan-clefs.mf +++ b/mf/parmesan-clefs.mf @@ -6,7 +6,7 @@ % (c) 2001--2006 Juergen Reuter % -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"); diff --git a/mf/parmesan-custodes.mf b/mf/parmesan-custodes.mf index 1641ebeff0..f6734c53d9 100644 --- a/mf/parmesan-custodes.mf +++ b/mf/parmesan-custodes.mf @@ -9,7 +9,7 @@ save black_notehead_width; numeric black_notehead_width; -fet_begingroup ("custodes") +fet_begingroup ("custodes"); % % character aligment: diff --git a/mf/parmesan-generic.mf b/mf/parmesan-generic.mf index 5c346be8e9..39c4ef6cf1 100644 --- a/mf/parmesan-generic.mf +++ b/mf/parmesan-generic.mf @@ -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; diff --git a/mf/parmesan-heads.mf b/mf/parmesan-heads.mf index a21b942b02..b1ccf6455d 100644 --- a/mf/parmesan-heads.mf +++ b/mf/parmesan-heads.mf @@ -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"); -- 2.39.5