Hi again,
I'm using Lilypond 2.6.5-1.
The following code causes Lilypond to halt:

        fis4 << {
            \override NoteHead  #'print-function
            =
            #(parenthesize-callback Note_Head::print)
        fis16 
            \revert NoteHead #'print-function
        } \\ { \stemUp fis,16 \stemNeutral } >>

I included the code from the example from lstencil-hacking.ly.

A similar section, namely:

         << { r8 } \\ { 
            \override Beam  #'print-function
            =
            #(parenthesize-callback Beam::print)
                  b16[ c] 
            \revert Beam #'print-function
            } >> \break

Works fine.

Any help would be appreciated.



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to