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