]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/ottava-text.ly
Docs: 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.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
22 %% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
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
34 %% Translation of GIT committish: 59968a089729d7400f8ece38d5bc98dbb3656a2b
35   texidocfr = "
36 En interne, la fonction @code{\\ottava} détermine les
37 propriétés @code{ottavation} (p.ex. en @code{\"8va\"} ou @code{\"8vb\"})
38 et @code{centralCPosition}.  Vous pouvez modifier le texte d'une marque
39 d'octaviation en définissant @code{ottavation} après avoir fait appel
40 à @code{ottava} :
41
42 "
43
44   doctitlefr = "Texte des marques d'octaviation"
45
46
47   texidoc = "
48 Internally, @code{\\ottava} sets the properties @code{ottavation} (for
49 example, to @code{8va} or @code{8vb}) and @code{middleCPosition}.  To
50 override the text of the bracket, set @code{ottavation} after invoking
51 @code{\\ottava}.
52
53 "
54   doctitle = "Ottava text"
55 } % begin verbatim
56
57 {
58   \ottava #1
59   \set Staff.ottavation = #"8"
60   c''1
61   \ottava #0
62   c'1
63   \ottava #1
64   \set Staff.ottavation = #"Text"
65   c''1
66 }
67