X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fottava-broken.ly;h=a97629e7145a43bcae8dcc9909f364d0d16b3b60;hb=f98302fde436a0d689f26a0603e3763d2359c3f3;hp=7ce44e8ef16ddfd49223d0dbbeaa4b5e0fc0c3a5;hpb=4c8187e65dd9708d7733692842acc696da121bf1;p=lilypond.git diff --git a/input/regression/ottava-broken.ly b/input/regression/ottava-broken.ly index 7ce44e8ef1..a97629e714 100644 --- a/input/regression/ottava-broken.ly +++ b/input/regression/ottava-broken.ly @@ -3,22 +3,23 @@ \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 "2.1.7" +\version "2.11.53" -\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 }