X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frest-polyphonic.ly;h=c308d1f9f1634675acb226a81afe6f6c9c7a8b05;hb=c716d431c90522b94573dccddae902c1a2714152;hp=ae19a08bd838f9db232066b8d5b0c4879b49d2eb;hpb=fe1eb832e9e1e92e2bf98c33011465658192f033;p=lilypond.git diff --git a/input/regression/rest-polyphonic.ly b/input/regression/rest-polyphonic.ly index ae19a08bd8..c308d1f9f1 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 -staff-spaces. " +@code{staff-space}s. " + +} + +\layout { ragged-right = ##t } - } +\version "2.7.32" -\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 } >> } + +