Next: , Previous: Dynamics, Up: Expressive marks


6.6.4 Breath marks

Breath marks are entered using \breathe

     
     c'4 \breathe d4

[image of music]

Commonly tweaked properties

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.

Examples: expressive/breathing-sign.ly


Next: , Previous: Dynamics, Up: Expressive marks

Diese Seite ist für LilyPond-2.11.28 (Entwicklungszweig).

Fehler bitte an http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs melden.

Your suggestions for the documentation are welcome.