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