X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fottava-broken.ly;h=7d011695449616005ace50c2f5bf3ce8cdccf0d7;hb=b872748c6aa8bb721ced458691b38ac2fac5dfc8;hp=c0f8b176d46d934f2bf6aac5a6e9e9483a1bbcb4;hpb=e9bd265943d37689b1a6892217cb6f67bbe69f73;p=lilypond.git diff --git a/input/regression/ottava-broken.ly b/input/regression/ottava-broken.ly index c0f8b176d4..7d01169544 100644 --- a/input/regression/ottava-broken.ly +++ b/input/regression/ottava-broken.ly @@ -1,24 +1,25 @@ -#(ly:set-option 'old-relative) + \header { -texidoc = "Ottava brackets behave properly at line breaks: no vertical -line, and the horizontal line doesn't stick out." - +texidoc = "At line breaks, ottava brackets have no vertical line and +their horizontal line does not stick out. The dashed line runs until +the end of the line (regardless of prefatory matter). +" } -\version "1.9.1" +\version "2.19.21" -\paper { raggedright = ##t} -\score { - \notes\relative c''' \notes { - a2 b - #(set-octavation 1) - a2 b \break c a - #(set-octavation 0) - a b c a -} + +\layout { ragged-right = ##t } +\relative { + a''2 b + \ottava #1 + a2 b \time 3/4 \break c''2. \break + a + \ottava #0 + g,,2 b4 c2 a4 }