]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/ottava-text.ly
LSR: Update.
[lilypond.git] / input / lsr / 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.12.3"
4
5 \header {
6   lsrtags = "pitches, text"
7
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   
17   
18 texidocde = "
19 Intern setzt die @code{set-octavation}-Funktion die Eigenschaften
20 @code{ottavation} (etwa auf den Wert @code{\"8va\"} oder @code{\"8vb\"})
21 und @code{middleCPosition}.  Um den Text der Oktavierungsklammer zu
22 ändern, kann @code{ottavation} manuell gesetzt werden, nachdem
23 @code{set-octavation} benützt wurde.
24
25 "
26
27 doctitlede = "Ottava-Text"
28
29   texidoc = "
30 Internally, @code{\\ottava} sets the properties @code{ottavation} (for
31 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 "
36   doctitle = "Ottava text"
37 } % begin verbatim
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 }
49