X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmulti-measure-rest-spacing.ly;h=f37566df5b9fdcd98de90fb8d6e3ed8277fb8c95;hb=9869001f35f8715208dbcdb8460f94472a429236;hp=a4db531ffe289eadac773cde2a19bf71e6001e58;hpb=49be49dd2e86c0d654e2032a57fd5072d0ad7dcb;p=lilypond.git diff --git a/input/regression/multi-measure-rest-spacing.ly b/input/regression/multi-measure-rest-spacing.ly index a4db531ffe..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, an extra spacing -column is created. 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" }>> + } +>> + +