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