Node: Breath marks, Next: , Previous: Phrasing slurs, Up: Expressive marks



Breath marks

Breath marks are entered using \breathe:

     c'4 \breathe d4
     

[picture of music]

The glyph of the breath mark can be tweaked by overriding the text property of the BreathingSign layout object with any markup text. For example,

     c'4
     \property Voice.BreathingSign \override #'text
      = #(make-musicglyph-markup "scripts-rvarcomma")
     \breathe
     d4
     

[picture of music]

See also

BreathingSign, BreathingSignEvent, and input/regression/breathing-sign.ly.

This page is for LilyPond-2.0.1 (stable-branch).

Report errors to <bug-lilypond@gnu.org>.