[EMAIL PROTECTED] writes:
> 2) I've been unable to figure out a way to specify a bass clef for any .ly
>    files.  The old system doesn't work, and I can't get any of the test
>    files to give me a bass clef either (e.g. inputs/test/clefs.ly).  Side
>    note: the test files don't have a single standard for this either, with
>    some using
> 
>        \clef "bass";
> 
>    and others
> 
>        \clef bass;



apply this patch:


5:13 2000
+++ lily.scm    Mon Nov 27 13:33:30 2000
@@ -832,15 +832,15 @@
        )
     (if (pair? e)
        `(((symbol . clefGlyph)
-          (type . ,Property_iterator::constructor)
+          (iterator-ctor . ,Property_iterator::constructor)
           (value . ,(cadr e))
           )
          ((symbol . clefPosition)
-          (type . ,Property_iterator::constructor)
+          (iterator-ctor . ,Property_iterator::constructor)
           (value . ,(caddr e))
           )
          ((symbol . clefOctavation)
-          (type . ,Property_iterator::constructor)
+          (iterator-ctor . ,Property_iterator::constructor)
           (value . ,(caddr (cdr e)))
          )
          )


-- 

Han-Wen Nienhuys   |   [EMAIL PROTECTED]    | http://www.cs.uu.nl/~hanwen/


_______________________________________________
Gnu-music-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/gnu-music-discuss

Reply via email to