X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frest-polyphonic.ly;h=a1e762923bc37e7339f93a7610845bf1dbbfd765;hb=92f8192a33842605b39a1c9f6949638aba76d8e9;hp=eafaf5ecafad611e1cec4d82ed4344874a755388;hpb=2205ef7a616d73e6a83274816e775426bf41b7bd;p=lilypond.git diff --git a/input/regression/rest-polyphonic.ly b/input/regression/rest-polyphonic.ly index eafaf5ecaf..a1e762923b 100644 --- a/input/regression/rest-polyphonic.ly +++ b/input/regression/rest-polyphonic.ly @@ -1,20 +1,20 @@ \header { - 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. " + texidoc = "In polyphonic situations, rests are moved according +to their @code{direction} even if there is no opposite note or rest. +The amount is two @code{staff-space}s. " } \layout { ragged-right = ##t } -\version "2.7.39" +\version "2.16.0" \new Staff \relative c' { - << { r8 g''4 g8 r g4 g8 } \\ - { d,4 r d r } >> + << { r8 g''4 g8 r g4 g8 } \\ + { d,4 r \stemUp b r } >> }