[ << Expressive marks ] | [Top][Contents] | [ Repeats >> ] |
[ < Horizontally aligning custom dynamics (e.g. "sempre pp", "piu f", "subito p") ] | [ Up : Expressive marks ] | [ Laissez vibrer ties > ] |
Inserting a caesura
Caesura marks can be created by overriding the 'text
property of
the BreathingSign
object.
A curved caesura mark is also available.
\relative c'' { \override BreathingSign.text = \markup { \musicglyph "scripts.caesura.straight" } c8 e4. \breathe g8. e16 c4 \override BreathingSign.text = \markup { \musicglyph "scripts.caesura.curved" } g8 e'4. \breathe g8. e16 c4 }