]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-folded-clef2.ly
*** empty log message ***
[lilypond.git] / input / regression / spacing-folded-clef2.ly
index 95ce23f02399b067ad4e7aee131d61ffe3328499..20499873db4a985799c3cfc053db227dfb66ea8b 100644 (file)
@@ -1,3 +1,5 @@
+#(ly:set-option 'old-relative)
+\version "1.9.4"
 \header {
 
 texidoc = "A clef can be folded below notes in a different staff, if
@@ -5,12 +7,12 @@ there is space enough. With Paper_column molecule callbacks we can
 show where columns are in the score."
 }
 
-\score { \notes \relative c'' <
-       \context Staff = SA  { c4 c4 c4 \bar "|." }
-       \context Staff = SB { \clef bass c,2 \clef treble  c'2 }
-       >
+\score { \notes \relative c'' <<
+       \new Staff  { c4 c4 c4 \bar "|." }
+       \new Staff { \clef bass c,2 \clef treble  c'2 }
+       >>
 
-       \paper { linewidth = -1.
+       \paper { raggedright = ##t
 
        \translator { \ScoreContext
          NonMusicalPaperColumn \override #'molecule-callback = #Paper_column::brew_molecule
@@ -21,3 +23,4 @@ show where columns are in the score."
        }
        }}
 
+