]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-folded-clef.ly
* input/regression/{many}.ly: refresh, trying to guess how
[lilypond.git] / input / regression / spacing-folded-clef.ly
index 287d634d0c1e7cf3ac72383a0f0a3ffdf3c08013..cb02ea635b929a12ec7f4ec8e76442aa7295c8d3 100644 (file)
@@ -1,12 +1,14 @@
+\version "2.1.22"
 \header {
 texidoc = "A clef can be folded below notes in a different staff, if
-this doesn't disrupt the flow of the notes."
+this does not 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}
        }
+