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