Wilbert Berendsen wrote:
Op dinsdag 1 januari 2008, schreef Paul Scott:
\version "2.11.36"
caesuraOn = \override BreathingSign #'text =
#(make-musicglyph-markup "scripts.caesura.straight")
caesuraOff = \override BreathingSign #'text =
#(make-musicglyph-markup "scripts.rcomma")
{
c'4
\caesuraOn \breathe
d'
\caesuraOff \breathe
e'
\caesuraOn \breathe % \caesuraOff
d'
}
I think you should only use \caesuraOff after the next note, not directly
after the \breathe.
That is what I discovered and was saying. Is that a bug?
caesuraOff could be changed to:
caesuraOff = \revert BreathingSign #'text
Thank you and I will do that but it doesn't change the point made above.
Thanks again,
Paul
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user