]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/changing-the-breath-mark-symbol.ly
MusicXML: src-dir rather than srcdir.
[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.64"
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 %% Translation of GIT committish :<6ce7f350682dfa99af97929be1dec6b9f1cbc01a>
17   texidocde = "
18 Das Schriftzeichen für das Atemzeichen kann verändert werden, indem
19 die Text-Eigenschaft des @code{BreathingSign}-Layoutobjekts mit einer
20 beliebigen Textbeschriftung definiert wird.
21
22 "
23   doctitlede = "Das Atemzeichen-Symbol verändern"
24
25   texidoc = "
26 The glyph of the breath mark can be tuned by overriding the text
27 property of the @code{BreathingSign} layout object with any markup
28 text. 
29
30 "
31   doctitle = "Changing the breath mark symbol"
32 } % begin verbatim
33
34 \relative c'' {
35   c2
36   \override BreathingSign #'text = \markup { \musicglyph #"scripts.rvarcomma" }
37   \breathe
38   d2
39 }