]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-folded-clef.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / spacing-folded-clef.ly
index 4cb59834130112bc5653ea311dff890cb42b5343..be6055edd9c7211979497a6bb9cd6497417361e0 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.32"
+\version "2.19.21"
 \header {
 texidoc = "A clef can be folded below notes in a different staff, if
 this does not disrupt the flow of the notes."
@@ -6,8 +6,8 @@ this does not disrupt the flow of the notes."
 
 \layout { ragged-right = ##t}
 
-\relative c'' <<
-    \new Staff  { c4  c16[ c c  c] c4 c4 }
+\relative <<
+    \new Staff  { c''4  c16[ c c  c] c4 c4 }
     \new Staff { \clef bass c,2 \clef treble  c'2 }
 >>