]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/ottava-text.ly
Merge commit 'origin' into beamlets2
[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.0"
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, the @code{set-octavation} function sets the properties
31 @code{ottavation} (for example, to @code{\"8va\"} or @code{\"8vb\"})
32 and @code{middleCPosition}.  To override the text of the bracket, set
33 @code{ottavation} after invoking @code{set-octavation}.
34
35
36
37 "
38   doctitle = "Ottava text"
39 } % begin verbatim
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 }