X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmulti-measure-rest-spacing.ly;h=f37566df5b9fdcd98de90fb8d6e3ed8277fb8c95;hb=26a079ca2393d053315ef8dbef626c897dc9645a;hp=1d1dab4d94e72c0afe8c21b936629dfb8e7a6948;hpb=06b1da466f99f6c4a01ee6a3e611d25bd5359d4c;p=lilypond.git diff --git a/input/regression/multi-measure-rest-spacing.ly b/input/regression/multi-measure-rest-spacing.ly index 1d1dab4d94..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.17" +} -\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" }>> + } +>> + +