]> git.donarmstrong.com Git - lilypond.git/blobdiff - mf/parmesan-clefs.mf
Lily was here -> Engraved by LilyPond also in the reference manual.
[lilypond.git] / mf / parmesan-clefs.mf
index e2bf63e16ee3950fca4abd8eaabe8817bffa6c6c..08c644f332f277328a4add3dda636b47f27ea405 100644 (file)
@@ -668,6 +668,14 @@ def draw_mensural_g_clef(expr exact_center, reduction) =
        % TODO: Rewrite me!  This clef looks completely awful! --jr
        %
 
+
+  %
+  % This code is completely undebuggable.
+  %
+  % the shift command is forbidden because (pen)labels come out
+  % completely wrong
+  % 
+  
        %
        % inspired by Francisco Guerrero, "Lib. 1.  Missarum" (1566),
        % in: MGG, volume 3, col. 858 ("Ducis"); also by Stefano
@@ -751,6 +759,10 @@ def draw_mensural_g_clef(expr exact_center, reduction) =
 enddef;
 
 
+if 0 = 1:
+  %
+  % This clef is switched due to path problems  at smaller sizes. 
+  %
 fet_beginchar("mensural g clef", "mensural_g", "mensgclef")
        if test = 1:
                draw_staff(-1,3, 0.0);
@@ -761,6 +773,7 @@ fet_beginchar("mensural g clef", "mensural_g_change", "cmensgclef")
        draw_mensural_g_clef((0,0), .8);
 fet_endchar;
 
+fi;
 
 
 def draw_petrucci_g_clef(expr exact_center, reduction) =