X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-end-of-line.ly;h=70fceceaaa493f629b7e5d039618234336abfc2c;hb=bef92d6520b770de640bde6125368c6f0056aed4;hp=dc5793eb064f4582bdd262405e92fefc9fd2ee4e;hpb=955f829883aa125b2b633b1e71f6256da5b773fa;p=lilypond.git diff --git a/input/regression/spacing-end-of-line.ly b/input/regression/spacing-end-of-line.ly index dc5793eb06..70fceceaaa 100644 --- a/input/regression/spacing-end-of-line.ly +++ b/input/regression/spacing-end-of-line.ly @@ -1,19 +1,22 @@ -#(ly:set-option 'old-relative) -\version "1.9.0" + +\version "2.12.0" \header { - - texidoc ="Broken matter at the end of line does not upset the - space following rests and notes." } + + texidoc ="Broken engraving of a bar at the end of a line does not upset + the space following rests and notes." -\score -{ -\notes \relative c' { - c2.. r8 - c2.. r8 - \time 3/4 \break - e2 e4 | e2 e4 \time 4/4 \break } -\paper { - raggedright = ##t } + +\layout { + ragged-right = ##t } + + +\relative c' { + c2.. r8 + c2.. r8 + \time 3/4 \break + e2 e4 | e2 e4 \time 4/4 \break } + +