]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/ottava-text.ly
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[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   texidoc = "
35 Internally, @code{\\ottava} sets the properties @code{ottavation} (for
36 example, to @code{\"8va\"} or @code{\"8vb\"}) and
37 @code{middleCPosition}.  To override the text of the bracket, set
38 @code{ottavation} after invoking @code{\\ottava}.
39
40 "
41   doctitle = "Ottava text"
42 } % begin verbatim
43
44 {
45   \ottava #1
46   \set Staff.ottavation = #"8"
47   c''1
48   \ottava #0
49   c'1
50   \ottava #1
51   \set Staff.ottavation = #"Text"
52   c''1
53 }
54