]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/changing-the-breath-mark-symbol.ly
2422268f33c5f5e97615d46a8afced507a7bf73b
[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.13.1"
4
5 \header {
6   lsrtags = "expressive-marks"
7
8 %% Translation of GIT committish: dff50e8e1d3134657a6b6203b9c93826dc4cef65
9   texidoces = "
10 El glifo de la marca de respiración se puede ajustar
11 sobreescribiendo la propiedad de texto del objeto de presentación
12 @code{BreathingSign}, con cualquier otro texto de marcado.
13
14 "
15   doctitlees = "Cambiar el símbolo de la marca de respiración"
16   
17 %% Translation of GIT committish: 6ce7f350682dfa99af97929be1dec6b9f1cbc01a
18   texidocde = "
19 Das Schriftzeichen für das Atemzeichen kann verändert werden, indem
20 die Text-Eigenschaft des @code{BreathingSign}-Layoutobjekts mit einer
21 beliebigen Textbeschriftung definiert wird.
22
23 "
24   doctitlede = "Das Atemzeichen-Symbol verändern"
25
26   texidoc = "
27 The glyph of the breath mark can be tuned by overriding the text
28 property of the @code{BreathingSign} layout object with any markup
29 text. 
30
31 "
32   doctitle = "Changing the breath mark symbol"
33 } % begin verbatim
34
35 \relative c'' {
36   c2
37   \override BreathingSign #'text = \markup { \musicglyph #"scripts.rvarcomma" }
38   \breathe
39   d2
40 }