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