]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-clef-first-note.ly
*** empty log message ***
[lilypond.git] / input / regression / spacing-clef-first-note.ly
1 \version "2.1.28"
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     << \new Staff {
11         c'2
12         \clef bass e16 f a
13         \clef treble b
14         }
15       \new Staff  {
16           c'4 c'4 c'4 
17       }>>
18     }
19     \paper { raggedright = ##t
20 \translator { \StaffContext
21               TimeSignature = \turnOff
22          }
23
24      }}
25