]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/ottava-text.ly
Merge master into nested-bookparts
[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.11.62"
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   texidoc = "
17 Internally, the @code{set-octavation} function sets the properties
18 @code{ottavation} (for example, to @code{\"8va\"} or @code{\"8vb\"})
19 and @code{middleCPosition}.  To override the text of the bracket, set
20 @code{ottavation} after invoking @code{set-octavation}.
21
22
23
24 "
25   doctitle = "Ottava text"
26 } % begin verbatim
27 {
28   \ottava #1
29   \set Staff.ottavation = #"8"
30   c''1
31   \ottava #0
32   c'1
33   \ottava #1
34   \set Staff.ottavation = #"Text"
35   c''1
36 }