X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmulti-measure-rest-spacing.ly;h=f37566df5b9fdcd98de90fb8d6e3ed8277fb8c95;hb=2eb22fd223cd56a2dd90eda1499dadbcbfa5fad5;hp=b7615e8af2333f92040f25dcc0e1909a493599c0;hpb=5956be580d291c1460f1c4b5f6e4a1c3e6549602;p=lilypond.git diff --git a/input/regression/multi-measure-rest-spacing.ly b/input/regression/multi-measure-rest-spacing.ly index b7615e8af2..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.3.16" +} -\score { - << - \set Score.skipBars = ##t - \context Staff = flute \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" }>> + } +>> + +