]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/changing-the-breath-mark-symbol.ly
Split WWW target in two stages WWW-1 and WWW-2
[lilypond.git] / input / lsr / changing-the-breath-mark-symbol.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.11.46"
4
5 \header {
6   lsrtags = "expressive-marks"
7
8   texidoc = "
9 The glyph of the breath mark can be tuned by overriding the text
10 property of the @code{BreathingSign} layout object with any markup
11 text. 
12
13 "
14   doctitle = "Changing the breath mark symbol"
15 } % begin verbatim
16 \relative c'' {
17   c2
18   \override BreathingSign #'text = #(make-musicglyph-markup "scripts.rvarcomma")
19   \breathe
20   d2
21 }