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