]> git.donarmstrong.com Git - lilypond.git/blobdiff - mf/feta-macros.mf
* mf/feta-macros.mf: whoops: only draw lines for test situations.
[lilypond.git] / mf / feta-macros.mf
index 4b2517dbe3217e4e5cbe1d4afbfd1dea4fbf62d5..a224abb331ae2d3f6f889d024092a20286e36e2a 100644 (file)
@@ -18,11 +18,14 @@ enddef;
 
 
 def draw_staff(expr first, last, offset)=
+if test <> 0:
        pickup pencircle scaled stafflinethickness;
        for i:= first step 1 until last:
                draw (- staff_space, (i + offset) * staff_space) .. (4 staff_space,( i+ offset)* staff_space);
        endfor
-       enddef;
+fi;
+
+enddef;
 
 
 %