X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmulti-measure-rest-spacing.ly;h=f37566df5b9fdcd98de90fb8d6e3ed8277fb8c95;hb=96333d42595862b28353fa73c22078889376826d;hp=6ccb8b9a450ecf09636f0b30ac741cb69cabfe95;hpb=b701cf00d70110479e8fe8afddda2756ab77f51f;p=lilypond.git diff --git a/input/regression/multi-measure-rest-spacing.ly b/input/regression/multi-measure-rest-spacing.ly index 6ccb8b9a45..f37566df5b 100644 --- a/input/regression/multi-measure-rest-spacing.ly +++ b/input/regression/multi-measure-rest-spacing.ly @@ -1,18 +1,21 @@ \header { - texidoc = "By setting texts starting with a mmrest we create -an extra spacing column. This should not cause problems." - } -\version "2.1.22" + texidoc = "By setting texts starting with a multi-measure rest, an +extra spacing column is created. This should not cause problems." +} -\score { - << - \set Score.skipBars = ##t - \context Staff = flute \notes \new Voice { - << { R1*40 } { s1*0^"bla" }>> - } - >> - \paper { - raggedright = ##t - } - } + \layout { + ragged-right = ##t + } + +\version "2.16.0" + + +<< + \set Score.skipBars = ##t + \new Staff \new Voice { + << { R1*40 } { s1*0_"bla" }>> + } +>> + +