]> git.donarmstrong.com Git - lilypond.git/blobdiff - mf/parmesan-heads.mf
release: 1.5.36
[lilypond.git] / mf / parmesan-heads.mf
index 33aeea3091b00b0058d6f301fce16ebed5d09020..ef9a78dcaf9309937630e37e3b1e199b407ac79e 100644 (file)
@@ -272,7 +272,7 @@ def punctum_char (expr verbose_name, internal_name, mudela_name,
                a_w := 1.09;
 
                save a, beta, ht, wd;
-               ht# = noteheight# * mag;
+               ht# = noteheight#;  %% * mag;
                2beta# = ht# * b_h;
                a# = beta# * a_b;
                wd# = 2a# / a_w;
@@ -596,7 +596,7 @@ fet_beginchar("Solesmes oriscus", "0solesmes_oriscus",
        a_w := 1.09;
 
        save a, beta, ht, wd;
-       ht# = noteheight# * mag;
+       ht# = noteheight#; %%  * mag;
        2beta# = ht# * b_h;
        a# = beta# * a_b;
        wd# = 2a# / a_w;