]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-folded-clef.ly
287d634d0c1e7cf3ac72383a0f0a3ffdf3c08013
[lilypond.git] / input / regression / spacing-folded-clef.ly
1 \header {
2 texidoc = "A clef can be folded below notes in a different staff, if
3 this doesn't disrupt the flow of the notes."
4 }
5
6 \score { \notes \relative c'' <
7 \context Staff = SA  { c4 [c16 c c  c] c4 c4 }
8         \context Staff = SB { \clef bass c,2 \clef treble  c'2 }
9         >
10
11         \paper { linewidth = -1. }
12         }