]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-folded-clef.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / spacing-folded-clef.ly
index d14e69d7c6945ab122fb15a7a706a11c8bb021f0..bdf5719a2d2a105605df158bfe86b6e828d2eedd 100644 (file)
@@ -1,10 +1,10 @@
-\version "2.2.0"
+\version "2.3.4"
 \header {
 texidoc = "A clef can be folded below notes in a different staff, if
 this does not disrupt the flow of the notes."
 }
 
-\score { \notes \relative c'' <<
+\score {  \relative c'' <<
 \new Staff  { c4  c16[ c c  c] c4 c4 }
        \new Staff { \clef bass c,2 \clef treble  c'2 }
        >>