]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-ended-voice.ly
27063e00d3cd08fe0a534538cccf2dd129301580
[lilypond.git] / input / regression / spacing-ended-voice.ly
1 \header { texidoc = "
2
3 A voicelet (a very short voice to get polyphonic chords correct)
4 should not confuse the spacing engine."
5  }
6
7
8         \score {
9 \notes {  \context Staff {
10   c4
11   <
12     \context Voice = I \relative c'' { \stemUp r4 dis4 }
13     \context Voice = III \relative c'' { \stemUp \shiftOn r4 bis  \shiftOff}
14     \context Voice = IV \relative c'' {
15       \stemDown
16       \shiftOn s4 gis }
17     \context Voice =  II \relative c' { \stemDown
18        % idem
19
20       r4 fis  }
21   >
22   c4
23 }}
24 \paper { linewidth = -1. }
25 }