]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/ottava-text.ly
Doc: Update LSR.
[lilypond.git] / Documentation / snippets / ottava-text.ly
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.16"
5
6 \header {
7   lsrtags = "pitches, text"
8
9 %% Translation of GIT committish: d2119a9e5e951c6ae850322f41444ac98d1ed492
10   texidoces = "
11
12 Internamente, @code{\\ottava} establece las propiedades
13 @code{ottavation} (por ejemplo, a @code{8va} o a @code{8vb}) y
14 @code{middleCPosition}.  Para sobreescribir el texto del corchete,
15 ajuste @code{ottavation} después de invocar la instrucción
16 @code{\\ottava}.
17
18 "
19
20   doctitlees = "Texto de octava alta y baja"
21
22 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
23 texidocde = "
24 Intern setzt die @code{set-octavation}-Funktion die Eigenschaften
25 @code{ottavation} (etwa auf den Wert @code{\"8va\"} oder @code{\"8vb\"})
26 und @code{middleCPosition}.  Um den Text der Oktavierungsklammer zu
27 ändern, kann @code{ottavation} manuell gesetzt werden, nachdem
28 @code{set-octavation} benützt wurde.
29
30 "
31
32 doctitlede = "Ottava-Text"
33 %% Translation of GIT committish: 58a29969da425eaf424946f4119e601545fb7a7e
34   texidocfr = "
35 En interne, la fonction @code{\\ottava} détermine les
36 propriétés @code{ottavation} (p.ex. en @code{\"8va\"} ou @code{\"8vb\"})
37 et @code{centralCPosition}.  Vous pouvez modifier le texte d'une marque
38 d'octaviation en définissant @code{ottavation} après avoir fait appel
39 à @code{ottava} :
40
41 "
42
43   doctitlefr = "Texte des marques d'octaviation"
44
45
46   texidoc = "
47 Internally, @code{\\ottava} sets the properties @code{ottavation} (for
48 example, to @code{8va} or @code{8vb}) and @code{middleCPosition}.  To
49 override the text of the bracket, set @code{ottavation} after invoking
50 @code{\\ottava}.
51
52 "
53   doctitle = "Ottava text"
54 } % begin verbatim
55
56 {
57   \ottava #1
58   \set Staff.ottavation = #"8"
59   c''1
60   \ottava #0
61   c'1
62   \ottava #1
63   \set Staff.ottavation = #"Text"
64   c''1
65 }
66