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



3.7.3 Breath marks

Breath marks are entered using \breathe

     c'4 \breathe d4

[image of music]

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

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

[image of music]

See also

Program reference: BreathingSign, BreathingSignEvent.

Examples: input/regression/breathing-sign.ly.

Read comments on this page, or add one.

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

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