X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frest-polyphonic.ly;h=aeae89b07b9cd3ba2f4564a1e2cce637f000d7e7;hb=1856b66b512ed2fca4c50edfa1ae2e8283955883;hp=3c8d4ae6e146d9865e34488cf5bc04f8f8b7d019;hpb=617646bb3f5e82a2bcc23a954d3fd1f4636afc7c;p=lilypond.git diff --git a/input/regression/rest-polyphonic.ly b/input/regression/rest-polyphonic.ly index 3c8d4ae6e1..aeae89b07b 100644 --- a/input/regression/rest-polyphonic.ly +++ b/input/regression/rest-polyphonic.ly @@ -1,20 +1,23 @@ \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 in @code{staff-position}s is set by @code{voiced-position}." } -\layout { raggedright = ##t } +\layout { ragged-right = ##t } -\version "2.6.0" +\version "2.19.21" -\new Staff \relative c' { - << { r8 g''4 g8 r g4 g8 } \\ - { d,4 r d r } >> +\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 } >> }