]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/ottava-broken.ly
release commit
[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.  The dashed line runs until
8 the end of the line (regardless of prefatory matter).
9 "
10
11 }
12
13 \version "2.8.0"
14
15
16 \layout { ragged-right = ##t }
17 \relative c'''  {
18     a2 b
19     #(set-octavation 1)
20     a2 b \time 3/4  \break c''2. \break
21     a
22     #(set-octavation 0)
23     g,,2 b4 c2 a4 
24 }
25