]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/ottava-text.ly
Split WWW target in two stages WWW-1 and WWW-2
[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.46"
4
5 \header {
6   lsrtags = "pitches, text"
7
8   texidoc = "
9 Internally, the @code{set-octavation} function sets the properties
10 @code{ottavation} (for example, to @code{\"8va\"} or @code{\"8vb\"})
11 and @code{middleCPosition}.  To override the text of the bracket, set
12 @code{ottavation} after invoking @code{set-octavation}.
13
14
15
16 "
17   doctitle = "Ottava text"
18 } % begin verbatim
19 {
20   #(set-octavation 1)
21   \set Staff.ottavation = #"8"
22   c''1
23   #(set-octavation 0)
24   c'1
25   #(set-octavation 1)
26   \set Staff.ottavation = #"Text"
27   c''1
28 }