]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-clef-first-note.ly
* scm/translation-functions.scm (fraction-tuplet-formatter):
[lilypond.git] / input / regression / spacing-clef-first-note.ly
index 2facc9257ee08cb0cf96b909d913cf082b4fda67..fbed7b02fb0d7b3ff27a6a6c53d0dea10f6ab0d3 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.9.0"
+\version "2.1.29"
 \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 { \StaffContext
              TimeSignature = \turnOff
         }