]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-clef-first-note.ly
Add support for max-systems-per-page.
[lilypond.git] / input / regression / spacing-clef-first-note.ly
1 \version "2.11.51"
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   \layout {
10     ragged-right = ##t
11     \context {
12       \Staff
13       \remove Time_signature_engraver
14     }
15   }
16
17
18
19
20 <<
21   \new Staff {
22     c'2
23     \clef bass e16 f a
24     \clef treble b
25   }
26   \new Staff  {
27     c'4 c'4 c'4 
28   }
29 >>