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