]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/ottava-text.ly
Doc-de: updates from master to NR
[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 %% Translation of GIT committish: 59968a089729d7400f8ece38d5bc98dbb3656a2b
8   texidocfr = "
9 En interne, la fonction @code{\\ottava} détermine les
10 propriétés @code{ottavation} (p.ex. en @code{\"8va\"} ou @code{\"8vb\"})
11 et @code{centralCPosition}.  Vous pouvez modifier le texte d'une marque
12 d'octaviation en définissant @code{ottavation} après avoir fait appel
13 à @code{ottava} :
14
15 "
16
17   doctitlefr = "Texte des marques d'octaviation"
18
19
20   lsrtags = "pitches, text"
21
22 %% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
23   texidoces = "
24 Internamente, @code{\\ottava} establece las propiedades
25 @code{ottavation} (por ejemplo, a @code{\"8va\"} o a
26 @code{\"8vb\"}) y @code{middleCPosition}.  Para sobreescribir el
27 texto del corchete, ajuste @code{ottavation} después de invocar la
28 instrucción @code{\\ottava}.
29
30 "
31
32   doctitlees = "Texto de octava alta y baja"
33
34 %% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
35 texidocde = "
36 Intern setzt die @code{set-octavation}-Funktion die Eigenschaften
37 @code{ottavation} (etwa auf den Wert @code{\"8va\"} oder @code{\"8vb\"})
38 und @code{middleCPosition}.  Um den Text der Oktavierungsklammer zu
39 ändern, kann @code{ottavation} manuell gesetzt werden, nachdem
40 @code{set-octavation} benützt wurde.
41
42 "
43
44 doctitlede = "Ottava-Text"
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