]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-folded-clef.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / spacing-folded-clef.ly
index 62b0c077ee78c279ab0525319d73217533e73cb3..665bae99e45daae3b4f22a334088cb638b8a9226 100644 (file)
@@ -1,14 +1,13 @@
-\version "2.1.26"
+\version "2.16.0"
 \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 c'' <<
+    \new Staff  { c4  c16[ c c  c] c4 c4 }
+    \new Staff { \clef bass c,2 \clef treble  c'2 }
+>>