]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/ottava-broken.ly
* lily/beam-engraver.cc: move new-beam-event to beam-event
[lilypond.git] / input / regression / ottava-broken.ly
1
2
3 \header
4 {
5     
6 texidoc = "Ottava brackets behave properly at line breaks: no vertical
7 line, and the horizontal line doesn't stick out."
8
9
10 }
11 \version "1.9.1"
12
13
14 \paper { raggedright = ##t} 
15 \score {
16   \notes\relative c''' \notes {
17   a2 b
18   #(set-octavation 1)
19   a2 b \break c a
20   #(set-octavation 0)
21   a b c a 
22 }
23 }
24