]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/ottava-broken.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / ottava-broken.ly
1
2
3 \header
4 {
5     
6 texidoc = "At line breaks, ottava brackets have no vertical line and 
7 their horizontal line does not stick out."
8
9
10 }
11 \version "2.1.26"
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''1 \break
20   a
21   #(set-octavation 0)
22   g,,2 b c a 
23 }
24 }
25