]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/ottava-text.ly
ef6e05fb6a3fdf70ac26f92341485f83c308678d
[lilypond.git] / Documentation / snippets / ottava-text.ly
1 %% DO NOT EDIT this file manually; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
4 %% and then run scripts/auxiliar/makelsr.py
5 %%
6 %% This file is in the public domain.
7 \version "2.14.2"
8
9 \header {
10   lsrtags = "text, pitches"
11
12 %% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
13   texidoces = "
14
15 Internamente, @code{\\ottava} establece las propiedades
16 @code{ottavation} (por ejemplo, a @code{8va} o a @code{8vb}) y
17 @code{middleCPosition}.  Para sobreescribir el texto del corchete,
18 ajuste @code{ottavation} después de invocar la instrucción
19 @code{\\ottava}.
20
21 "
22
23   doctitlees = "Texto de octava alta y baja"
24
25
26 %% Translation of GIT committish: bbf8fd2b5a3ebf20a1fdc91613dc49045a53a270
27   texidocit = "
28 Internamente, @code{\\ottava} imposta le proprietà @code{ottavation} (ad
29 esempio, su @code{8va} o @code{8vb}) e @code{middleCPosition}.  Per
30 sovrascrivere il testo della parentesi, occorre specificare @code{ottavation}
31 dopo il comando @code{\\ottava}.
32
33 "
34   doctitleit = "Testo dell'ottava"
35
36 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
37 texidocde = "
38 Intern setzt die @code{set-octavation}-Funktion die Eigenschaften
39 @code{ottavation} (etwa auf den Wert @code{\"8va\"} oder @code{\"8vb\"})
40 und @code{middleCPosition}.  Um den Text der Oktavierungsklammer zu
41 ändern, kann @code{ottavation} manuell gesetzt werden, nachdem
42 @code{set-octavation} benützt wurde.
43
44 "
45
46 doctitlede = "Ottava-Text"
47
48 %% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4
49   texidocfr = "
50 En interne, la fonction @code{\\ottava} détermine les
51 propriétés @code{ottavation} (p.ex. en @code{\"8va\"} ou @code{\"8vb\"})
52 et @code{centralCPosition}.  Vous pouvez modifier le texte d'une marque
53 d'octaviation en définissant @code{ottavation} après avoir fait appel
54 à @code{ottava}@tie{}:
55
56 "
57   doctitlefr = "Texte des marques d'octaviation"
58
59
60   texidoc = "
61 Internally, @code{\\ottava} sets the properties @code{ottavation} (for
62 example, to @code{8va} or @code{8vb}) and @code{middleCPosition}.  To
63 override the text of the bracket, set @code{ottavation} after invoking
64 @code{\\ottava}.
65
66 "
67   doctitle = "Ottava text"
68 } % begin verbatim
69
70
71 {
72   \ottava #1
73   \set Staff.ottavation = #"8"
74   c''1
75   \ottava #0
76   c'1
77   \ottava #1
78   \set Staff.ottavation = #"Text"
79   c''1
80 }
81