* lily/beam-engraver.cc: move new-beam-event to beam-event
[lilypond.git] / input / regression / ottava.ly
blob115ff532956d2274c0b78fc11b62b4fe4e04f3e0
2 \header
4 texidoc = "Ottava brackets are supported, through the
5 use of the scheme function @code{set-octavation}.
9 \version "1.9.1"
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