X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frest-polyphonic.ly;h=aeae89b07b9cd3ba2f4564a1e2cce637f000d7e7;hb=3af0951f9a11677240efa6228683dd4fcea13eaf;hp=a1e762923bc37e7339f93a7610845bf1dbbfd765;hpb=652ed35a2013489d0a14fede6307cd2595abb2c4;p=lilypond.git diff --git a/input/regression/rest-polyphonic.ly b/input/regression/rest-polyphonic.ly index a1e762923b..aeae89b07b 100644 --- a/input/regression/rest-polyphonic.ly +++ b/input/regression/rest-polyphonic.ly @@ -2,17 +2,20 @@ 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. " +The amount in @code{staff-position}s is set by @code{voiced-position}." } \layout { ragged-right = ##t } -\version "2.16.0" +\version "2.19.21" -\new Staff \relative c' { +\new Staff \relative { + << { r8 g''4 g8 r g4 g8 } \\ + { d,4 r \stemUp b r } >> + \override Staff.Rest.voiced-position = 2 << { r8 g''4 g8 r g4 g8 } \\ { d,4 r \stemUp b r } >> }