]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/ottava-text.ly
afdd13ec4096d715b66b3ac5fc018b11abf1e338
[lilypond.git] / input / lsr / ottava-text.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 = "pitches, text"
7
8 %% Translation of GIT committish: 674a5f874c07063ae56d55be25c55fc3b4bdb7bf
9   texidoces = "
10 Internamente, la función @code{set-octavation} establece las
11 propiedades @code{ottavation} (por ejemplo, a @code{\"8va\"} o a
12 @code{\"8vb\"}) y @code{middleCPosition}.  Para sobreescribir el texto
13 del corchete, ajuste @code{ottavation} despues de invocar a
14 @code{set-octavation}.
15 "
16   doctitlees = "Texto de octava alta y baja"
17 %% Translation of GIT committish: e75f1604a1b866c853dee42dbffcb7800c706a5f
18   
19   
20 texidocde = "
21 Intern setzt die @code{set-octavation}-Funktion die Eigenschaften
22 @code{ottavation} (etwa auf den Wert @code{\"8va\"} oder @code{\"8vb\"})
23 und @code{middleCPosition}.  Um den Text der Oktavierungsklammer zu
24 ändern, kann @code{ottavation} manuell gesetzt werden, nachdem
25 @code{set-octavation} benützt wurde.
26
27 "
28
29 doctitlede = "Ottava-Text"
30
31   texidoc = "
32 Internally, @code{\\ottava} sets the properties @code{ottavation} (for
33 example, to @code{\"8va\"} or @code{\"8vb\"}) and
34 @code{middleCPosition}.  To override the text of the bracket, set
35 @code{ottavation} after invoking @code{\\ottava}.
36
37 "
38   doctitle = "Ottava text"
39 } % begin verbatim
40
41 {
42   \ottava #1
43   \set Staff.ottavation = #"8"
44   c''1
45   \ottava #0
46   c'1
47   \ottava #1
48   \set Staff.ottavation = #"Text"
49   c''1
50 }
51