]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/ottava-text.ly
Doc-es: pre-merge update of texidoc committishes.
[lilypond.git] / input / lsr / ottava-text.ly
1 %% Do not edit this file; it is auto-generated from input/new
2 %% This file is in the public domain.
3 %% Note: this file works from version 2.12.0
4 \version "2.12.0"
5
6 \header {
7 %% Translation of GIT committish: 740b9a6c16eb30a84b216d23aeb848aa1b632be6
8   texidoces = "
9 Internamente, @code{\\ottava} establece las propiedades
10 @code{ottavation} (por ejemplo, a @code{\"8va\"} o a
11 @code{\"8vb\"}) y @code{middleCPosition}.  Para sobreescribir el
12 texto del corchete, ajuste @code{ottavation} después de invocar la
13 instrucción @code{\\ottava}.
14
15 "
16
17   doctitlees = "Texto de octava alta y baja"
18 %% Translation of GIT committish: e75f1604a1b866c853dee42dbffcb7800c706a5f
19   
20   
21 texidocde = "
22 Intern setzt die @code{set-octavation}-Funktion die Eigenschaften
23 @code{ottavation} (etwa auf den Wert @code{\"8va\"} oder @code{\"8vb\"})
24 und @code{middleCPosition}.  Um den Text der Oktavierungsklammer zu
25 ändern, kann @code{ottavation} manuell gesetzt werden, nachdem
26 @code{set-octavation} benützt wurde.
27
28 "
29
30 doctitlede = "Ottava-Text"
31
32   lsrtags = "pitches, text"
33   texidoc = "
34 Internally, @code{\\ottava} sets the properties @code{ottavation}
35 (for example, to @code{\"8va\"} or @code{\"8vb\"}) and
36 @code{middleCPosition}.  To override the text of the bracket, set
37 @code{ottavation} after invoking @code{\\ottava}.
38 "
39   doctitle = "Ottava text"
40 } % begin verbatim
41
42
43 {
44   \ottava #1
45   \set Staff.ottavation = #"8"
46   c''1
47   \ottava #0
48   c'1
49   \ottava #1
50   \set Staff.ottavation = #"Text"
51   c''1
52 }