]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/changing-the-breath-mark-symbol.ly
Merge master into nested-bookparts
[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.62"
4
5 \header {
6   lsrtags = "expressive-marks"
7
8   texidoces = "
9 El glifo de la marca de respiración se puede ajustar
10 sobreescribiendo la proopiedad de texto del objeto de presentación
11 @code{BreathingSign}, con cualquier otro texto de marcado.
12
13 "
14   doctitlees = "Cambiar el símbolo de la marca de respiración"
15
16   texidoc = "
17 The glyph of the breath mark can be tuned by overriding the text
18 property of the @code{BreathingSign} layout object with any markup
19 text. 
20
21 "
22   doctitle = "Changing the breath mark symbol"
23 } % begin verbatim
24 \relative c'' {
25   c2
26   \override BreathingSign #'text = \markup { \musicglyph #"scripts.rvarcomma" }
27   \breathe
28   d2
29 }