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