X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fslur-rest.ly;h=37762861d63003e939717951ae7e6ec312827f76;hb=26a079ca2393d053315ef8dbef626c897dc9645a;hp=273fcd0d997170328f67795bc326f3ba505250e5;hpb=30c15d67dcc56919da38c9b5bdfda0684c1fc964;p=lilypond.git diff --git a/input/regression/slur-rest.ly b/input/regression/slur-rest.ly index 273fcd0d99..37762861d6 100644 --- a/input/regression/slur-rest.ly +++ b/input/regression/slur-rest.ly @@ -1,20 +1,22 @@ -\version "1.9.1" +\version "2.16.0" \header { - texidoc ="Slurs may be placed over rest. The slur will avoid colliding with -the rest. + texidoc ="Slurs may be placed over rests. The slur will avoid +colliding with the rests. " } -\score{ \notes { \stemDown c'4 ( r4 c'2) - \relative c'' { - % Finish with F if played separately - c8-.( r c,-. r c4) r4| } - +\layout { ragged-right = ##t } +{ \stemDown c'4 ( r4 c'2) + + \relative c'' { + %% Finish with F if played separately + c8-.( r c,-. r c4) r4| + } + +} + - } -\paper { raggedright = ##t} - }