Massive changes - see ChangeLog.
[lilypond.git] / input / regression / ottava.ly
blob094bcf15628323125a3ecf96db1eeb0f4f037886
1 #(ly:set-option 'old-relative)
2 \header
4 texidoc = "Ottava brackets are supported, through the
5 use of the scheme function @code{set-octavation}.
9 \version "1.9.0"
12 \paper { raggedright = ##t}
13 \score {
14 \notes\relative c''' \notes {
15 a b c a
16 #(set-octavation 1)
17 a b c a
18 #(set-octavation 0)
20 a #(set-octavation 1) b
21 #(set-octavation 0)
22 c a