bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

beaming


From: Han-Wen Nienhuys
Subject: beaming
Date: Sat, 8 Sep 2001 00:19:26 +0200

address@hidden writes:
> 
> A flag was missing in the following example from the second note in
> the bass staff. I used lilypond 1.5.8 with ly2dvi -P.
> 

apparently the introduction of mensural flags garbled some of the MF
code.
Try this patch:

--- feta-banier.mf~     Sun Aug 19 22:01:49 2001
+++ feta-banier.mf      Sat Sep  8 00:36:29 2001
@@ -257,6 +257,11 @@
          (hip_width, foot_depth),
                      hip_depth_ratio,foot_width_ratio, hip_thickness,
foot_thickness);

+       pickup pencircle scaled stemthickness;
+        draw (0, 0) .. (0,-2 staff_space);
+        y_mirror_char;
+fet_endchar;
+
 %%%%%%%%
 %
 %
@@ -468,11 +473,6 @@
   pickup pencircle scaled 1.5 stemthickness;
   draw (-b ,-d) ..
     (w, h);
-fet_endchar;
-
-       pickup pencircle scaled stemthickness;
-       draw (0, 0) .. (0,-2 staff_space);
-       y_mirror_char;
 fet_endchar;

 fet_beginchar("16th (down)", "d4", "dsixteenthflag")

-- 

Han-Wen Nienhuys   |   address@hidden    | http://www.cs.uu.nl/~hanwen/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]