]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-folded-clef.ly
* scripts/convert-ly.py (FatalConversionError.figures_replace):
[lilypond.git] / input / regression / spacing-folded-clef.ly
1 #(ly:set-option 'old-relative)
2 \version "1.9.4"
3 \header {
4 texidoc = "A clef can be folded below notes in a different staff, if
5 this doesn't disrupt the flow of the notes."
6 }
7
8 \score { \notes \relative c'' <<
9 \new Staff  { c4  c16[ c c  c] c4 c4 }
10         \new Staff { \clef bass c,2 \clef treble  c'2 }
11         >>
12
13         \paper { raggedright = ##t}
14         }
15