]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-clef-first-note.ly
* lily/paper-book.cc (output): load framework module
[lilypond.git] / input / regression / spacing-clef-first-note.ly
index 87ec8a4bd02169c8a3349ac65c8fc4f4d2104410..c283941aa144bd9f359d6e96cec8a94abe3b84df 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.7.18"
+\version "2.3.2"
 \header {
 
     texidoc = "Clef changes at the start of a line get much more space
@@ -7,17 +7,17 @@ than clef changes halfway the line."
 }
 
 \score  {\notes  {
-    < \context Staff = SA {
+    << \new Staff {
        c'2
        \clef bass e16 f a
        \clef treble b
        }
-      \context Staff = SB  {
+      \new Staff  {
          c'4 c'4 c'4 
-      }>
+      }>>
     }
     \paper { raggedright = ##t
-\translator { \StaffContext
+\context { \Staff
              TimeSignature = \turnOff
         }