]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-folded-clef.ly
Imported sources
[lilypond.git] / input / regression / spacing-folded-clef.ly
index 0364f8a95b251a9d0f2f324aab06650b3761667f..3eb01b5c16cb9b95ce73a58652fecac22459ac44 100644 (file)
@@ -1,13 +1,14 @@
-\version "1.5.68"
+\version "2.1.7"
 \header {
 texidoc = "A clef can be folded below notes in a different staff, if
 this doesn't disrupt the flow of the notes."
 }
 
-\score { \notes \relative c'' <
-\context Staff = SA  { c4 [c16 c c  c] c4 c4 }
-       \context Staff = SB { \clef bass c,2 \clef treble  c'2 }
-       >
+\score { \notes \relative c'' <<
+\new Staff  { c4  c16[ c c  c] c4 c4 }
+       \new Staff { \clef bass c,2 \clef treble  c'2 }
+       >>
 
-       \paper { linewidth = -1. }
+       \paper { raggedright = ##t}
        }
+