]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-folded-clef.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / spacing-folded-clef.ly
index d14e69d7c6945ab122fb15a7a706a11c8bb021f0..be6055edd9c7211979497a6bb9cd6497417361e0 100644 (file)
@@ -1,14 +1,13 @@
-\version "2.2.0"
+\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."
 }
 
-\score { \notes \relative c'' <<
-\new Staff  { c4  c16[ c c  c] c4 c4 }
-       \new Staff { \clef bass c,2 \clef treble  c'2 }
-       >>
+\layout { ragged-right = ##t}
 
-       \paper { raggedright = ##t}
-       }
+\relative <<
+    \new Staff  { c''4  c16[ c c  c] c4 c4 }
+    \new Staff { \clef bass c,2 \clef treble  c'2 }
+>>