X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frest-polyphonic.ly;h=2a210d0d8514531182db2b4cd15924e207698add;hb=2f320e9722ec20d6f13ec567d007763cc912c5da;hp=395f42d26fdcb49515107cb35960622425f17ae1;hpb=9c31b0d42a407a412a324a6586cfb0437de4bfd8;p=lilypond.git diff --git a/input/regression/rest-polyphonic.ly b/input/regression/rest-polyphonic.ly index 395f42d26f..2a210d0d85 100644 --- a/input/regression/rest-polyphonic.ly +++ b/input/regression/rest-polyphonic.ly @@ -1,18 +1,20 @@ \header { - texidoc = "In polyphonic situations, rests are moved down + texidoc = "In polyphonic situations, rests are moved down even if there is no opposite note or rest. The amount is two @code{staff-space}s. " - } +} + +\layout { ragged-right = ##t } + +\version "2.14.0" -\version "2.1.36" -\score { - \new Staff \notes \relative c' { - << { r8 g''4 g8 r g4 g8 } \\ - { d,4 r d r } >> - } - \paper { raggedright = ##t } +\new Staff \relative c' { + << { r8 g''4 g8 r g4 g8 } \\ + { d,4 r d r } >> } + +