]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/ottava-text.ly
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
[lilypond.git] / Documentation / snippets / ottava-text.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.13.1"
4
5 \header {
6   lsrtags = "pitches, text"
7
8 %% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
9   texidoces = "
10 Internamente, @code{\\ottava} establece las propiedades
11 @code{ottavation} (por ejemplo, a @code{\"8va\"} o a
12 @code{\"8vb\"}) y @code{middleCPosition}.  Para sobreescribir el
13 texto del corchete, ajuste @code{ottavation} después de invocar la
14 instrucción @code{\\ottava}.
15
16 "
17
18   doctitlees = "Texto de octava alta y baja"
19   
20 %% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
21 texidocde = "
22 Intern setzt die @code{set-octavation}-Funktion die Eigenschaften
23 @code{ottavation} (etwa auf den Wert @code{\"8va\"} oder @code{\"8vb\"})
24 und @code{middleCPosition}.  Um den Text der Oktavierungsklammer zu
25 ändern, kann @code{ottavation} manuell gesetzt werden, nachdem
26 @code{set-octavation} benützt wurde.
27
28 "
29
30 doctitlede = "Ottava-Text"
31
32   texidoc = "
33 Internally, @code{\\ottava} sets the properties @code{ottavation} (for
34 example, to @code{\"8va\"} or @code{\"8vb\"}) and
35 @code{middleCPosition}.  To override the text of the bracket, set
36 @code{ottavation} after invoking @code{\\ottava}.
37
38 "
39   doctitle = "Ottava text"
40 } % begin verbatim
41
42 {
43   \ottava #1
44   \set Staff.ottavation = #"8"
45   c''1
46   \ottava #0
47   c'1
48   \ottava #1
49   \set Staff.ottavation = #"Text"
50   c''1
51 }
52