X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frest-polyphonic.ly;h=2a210d0d8514531182db2b4cd15924e207698add;hb=2055f35c47a045a50a01ff4dba8524322cfc3b48;hp=52b3e43357ea5e39165beb0ff16e1d4f784af319;hpb=5956be580d291c1460f1c4b5f6e4a1c3e6549602;p=lilypond.git diff --git a/input/regression/rest-polyphonic.ly b/input/regression/rest-polyphonic.ly index 52b3e43357..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.3.16" -\score { - \new Staff \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 } >> } + +