lilypond-user
[Top][All Lists]
Advanced

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

Parentheses Again


From: Nahum Wengrov
Subject: Parentheses Again
Date: Wed, 18 Jan 2006 08:19:57 +0200

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.





reply via email to

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