]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/ottava-text.ly
Merge branch 'lilypond/translation' into staging
[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   lsrtags = "pitches, text"
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: 0a868be38a775ecb1ef935b079000cebbc64de40
27 texidocde = "
28 Intern setzt die @code{set-octavation}-Funktion die Eigenschaften
29 @code{ottavation} (etwa auf den Wert @code{\"8va\"} oder @code{\"8vb\"})
30 und @code{middleCPosition}.  Um den Text der Oktavierungsklammer zu
31 ändern, kann @code{ottavation} manuell gesetzt werden, nachdem
32 @code{set-octavation} benützt wurde.
33
34 "
35
36 doctitlede = "Ottava-Text"
37
38 %% Translation of GIT committish: 58a29969da425eaf424946f4119e601545fb7a7e
39   texidocfr = "
40 En interne, la fonction @code{\\ottava} détermine les
41 propriétés @code{ottavation} (p.ex. en @code{\"8va\"} ou @code{\"8vb\"})
42 et @code{centralCPosition}.  Vous pouvez modifier le texte d'une marque
43 d'octaviation en définissant @code{ottavation} après avoir fait appel
44 à @code{ottava}@tie{}:
45
46 "
47   doctitlefr = "Texte des marques d'octaviation"
48
49
50   texidoc = "
51 Internally, @code{\\ottava} sets the properties @code{ottavation} (for
52 example, to @code{8va} or @code{8vb}) and @code{middleCPosition}.  To
53 override the text of the bracket, set @code{ottavation} after invoking
54 @code{\\ottava}.
55
56 "
57   doctitle = "Ottava text"
58 } % begin verbatim
59
60 {
61   \ottava #1
62   \set Staff.ottavation = #"8"
63   c''1
64   \ottava #0
65   c'1
66   \ottava #1
67   \set Staff.ottavation = #"Text"
68   c''1
69 }
70