]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-folded-clef.ly
Make relative-includes configurable with a -d option.
[lilypond.git] / input / regression / spacing-folded-clef.ly
1 \version "2.11.51"
2 \header {
3 texidoc = "A clef can be folded below notes in a different staff, if
4 this does not disrupt the flow of the notes."
5 }
6
7 \layout { ragged-right = ##t}
8
9 \relative c'' <<
10     \new Staff  { c4  c16[ c c  c] c4 c4 }
11     \new Staff { \clef bass c,2 \clef treble  c'2 }
12 >>
13