]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-folded-clef.ly
* Documentation/user/refman.itely: updates.
[lilypond.git] / input / regression / spacing-folded-clef.ly
1 \version "1.7.16"
2 \header {
3 texidoc = "A clef can be folded below notes in a different staff, if
4 this doesn't disrupt the flow of the notes."
5 }
6
7 \score { \notes \relative c'' <
8 \context Staff = SA  { c4 [c16 c c  c] c4 c4 }
9         \context Staff = SB { \clef bass c,2 \clef treble  c'2 }
10         >
11
12         \paper { raggedright = ##t}
13         }
14 %% new-chords-done %%