]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-folded-clef2.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / spacing-folded-clef2.ly
index 6cb5203c3c1fe61fc88a45314fb41ebc988a5091..69d125a2faebf2088e61bd852d30e1f6fddac591 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.2"
+\version "2.3.4"
 \header {
 
 texidoc = "A clef can be folded below notes in a different staff, if
@@ -6,7 +6,7 @@ there is space enough. With @code{Paper_column} stencil callbacks we can
 show where columns are in the score."
 }
 
-\score { \notes \relative c'' <<
+\score {  \relative c'' <<
        \new Staff  { c4 c4 c4 \bar "|." }
        \new Staff { \clef bass c,2 \clef treble  c'2 }
        >>