X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fottava-broken.ly;h=a22f29d64868adebca7a2501054ff1e8f7bd0a21;hb=4493eb4584f92123ebacf51541ace8c0e20f5e5a;hp=29c1baa7d907946bccf10ff7026b65853989e19a;hpb=955f829883aa125b2b633b1e71f6256da5b773fa;p=lilypond.git diff --git a/input/regression/ottava-broken.ly b/input/regression/ottava-broken.ly index 29c1baa7d9..a22f29d648 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.0" +\version "2.14.0" -\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 c''' { + a2 b + \ottava #1 + a2 b \time 3/4 \break c''2. \break + a + \ottava #0 + g,,2 b4 c2 a4 }