gnu-music-discuss
[Top][All Lists]
Advanced

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

Clef problem in lilypond 1.3.111


From: Han-Wen Nienhuys
Subject: Clef problem in lilypond 1.3.111
Date: Mon, 27 Nov 2000 13:41:22 +0100

address@hidden 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   |   address@hidden    | http://www.cs.uu.nl/~hanwen/




reply via email to

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