X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-ended-voice.ly;h=fc7b0a0321fe115a046ed6d6295073a02bca0df1;hb=5cc83d5ff83ca5c8413831bf4b3874caeb40568b;hp=562c8de413cba46e7e392b76a7612ec4788df57d;hpb=38d60c0c4e8c29beccd4acfd07aadf1cdea74097;p=lilypond.git diff --git a/input/regression/spacing-ended-voice.ly b/input/regression/spacing-ended-voice.ly index 562c8de413..fc7b0a0321 100644 --- a/input/regression/spacing-ended-voice.ly +++ b/input/regression/spacing-ended-voice.ly @@ -1,23 +1,23 @@ +\version "2.10.0" \header { texidoc = " - A voicelet (a very short voice to get polyphonic chords correct) should not confuse the spacing engine." - } +} +\layout { ragged-right = ##t } - \score { -\notes { \context Staff { - c4 - < - \context Voice = I \relative c'' { \stemUp r4 dis4 } - \context Voice = III \relative c'' { \stemUp \shiftOn r4 bis \shiftOff} - \context Voice = IV \relative c'' { - \stemDown - \shiftOn s4 gis } - \context Voice = II \relative c' { \stemDown - % idem - r4 fis } - > +{ \context Staff \relative c' { c4 -}}} + << + { r4 dis'4 } \\ + { r4 fis,4 } \\ + { r bis } \\ + { s gis } + >> + c4 +}} + + + +