]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-clef-first-note.ly
* lily/stem.cc (get_default_stem_end_position): use beam_count - 1
[lilypond.git] / input / regression / spacing-clef-first-note.ly
1 \version "1.5.68"
2 \header {
3
4     texidoc = "clef changes at the start of a line get much more space
5 than clef changes halfway the line."
6
7 }
8
9 \score  {\notes {
10     < \context Staff = SA {
11         c2
12         \clef bass e16 f a
13         \clef treble b
14         }
15       \context Staff = SB  {
16           c4 c4 c4 
17       }>
18     }
19     \paper { linewidth  = -1.
20 \translator { \StaffContext
21               TimeSignature = \turnOff
22          }
23
24      }}