]> git.donarmstrong.com Git - lilypond.git/commitdiff
switch off mensural G clefs.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 25 Jan 2004 16:36:55 +0000 (16:36 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 25 Jan 2004 16:36:55 +0000 (16:36 +0000)
ChangeLog
mf/parmesan-clefs.mf

index 5815c254e26b319b42bcb0cbfb44ee74d8bd95e2..2d8354fba699ef8b87decdf094d3b3c05a60575b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+       * mf/parmesan-clefs.mf: switch off mensural G clefs.
+
        * mf/feta-din{4,5,7,9}.mf: remove.
        
        * lily/engraver.cc (internal_make_item): centralize item/spanner
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) =