X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fmulti-measure-rest-spacing.ly;h=f37566df5b9fdcd98de90fb8d6e3ed8277fb8c95;hb=3ec271a5093ea9d3150d3dae7c9f7220df03d12f;hp=a6f7dd47a79962ca302e39025d1fea349516b50e;hpb=7e8d660df15820c540b74a4ab74d175284cd9008;p=lilypond.git diff --git a/input/regression/multi-measure-rest-spacing.ly b/input/regression/multi-measure-rest-spacing.ly index a6f7dd47a7..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 multi-measure rest, an + texidoc = "By setting texts starting with a multi-measure rest, an extra spacing column is created. This should not cause problems." - } -\version "2.1.30" +} -\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" }>> + } +>> + +