X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frest-polyphonic.ly;h=08e681a10379e526b9f9323802ba105e6d645497;hb=10811621a5b430dadb9202b7ba1093df91a2e5dd;hp=7e309409eb5c4631223c4e29ca289f44226b1b66;hpb=641486a1a5522a9e66b470d8c762a1f789219573;p=lilypond.git diff --git a/input/regression/rest-polyphonic.ly b/input/regression/rest-polyphonic.ly index 7e309409eb..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.4.0" -\score { - \new Staff \relative c' { - << { r8 g''4 g8 r g4 g8 } \\ - { d,4 r d r } >> - } - \layout { raggedright = ##t } +\new Staff \relative c' { + << { r8 g''4 g8 r g4 g8 } \\ + { d,4 r d r } >> } + +