X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frest-polyphonic.ly;h=08e681a10379e526b9f9323802ba105e6d645497;hb=1deba1fe151bc7929ddc8211042abe2b09a3f8e2;hp=d9dab973099abd3cfbf015364edc40adcf53b90a;hpb=d12d721e46d077c3e9557567f84c0eb401fc277a;p=lilypond.git diff --git a/input/regression/rest-polyphonic.ly b/input/regression/rest-polyphonic.ly index d9dab97309..08e681a103 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.12.0" -\version "2.1.22" -\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 } >> } + +