]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/ottava-text.ly
Docs: run convert-ly for 2.14.0.
[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: 59caa3adce63114ca7972d18f95d4aadc528ec3d
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} :
45
46 "
47
48   doctitlefr = "Texte des marques d'octaviation"
49
50
51   texidoc = "
52 Internally, @code{\\ottava} sets the properties @code{ottavation} (for
53 example, to @code{8va} or @code{8vb}) and @code{middleCPosition}.  To
54 override the text of the bracket, set @code{ottavation} after invoking
55 @code{\\ottava}.
56
57 "
58   doctitle = "Ottava text"
59 } % begin verbatim
60
61 {
62   \ottava #1
63   \set Staff.ottavation = #"8"
64   c''1
65   \ottava #0
66   c'1
67   \ottava #1
68   \set Staff.ottavation = #"Text"
69   c''1
70 }
71