X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fottava-broken.ly;h=5c16a4abc976e2e7be5584712f299eec5d772bda;hb=bfd85ff86a85fec04ee3b75cb6c498f4442bf04a;hp=c2ce16c5362ae91ebbdc414b6de5e31dc3a76a3f;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/regression/ottava-broken.ly b/input/regression/ottava-broken.ly index c2ce16c536..5c16a4abc9 100644 --- a/input/regression/ottava-broken.ly +++ b/input/regression/ottava-broken.ly @@ -3,23 +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.22" +\version "2.10.0" -\paper { raggedright = ##t} -\score { - \notes\relative c''' \notes { - a2 b - #(set-octavation 1) - a2 b \break c''1 \break - a - #(set-octavation 0) - g,,2 b c a -} + +\layout { ragged-right = ##t } +\relative c''' { + a2 b + #(set-octavation 1) + a2 b \time 3/4 \break c''2. \break + a + #(set-octavation 0) + g,,2 b4 c2 a4 }