]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-clef-first-note.ly
* Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
[lilypond.git] / input / regression / spacing-clef-first-note.ly
index 84f8c1a86d1ab9a58b1c77d8b0cb6767751bf2d3..c283941aa144bd9f359d6e96cec8a94abe3b84df 100644 (file)
@@ -1,25 +1,25 @@
-\version "1.7.18"
+\version "2.3.2"
 \header {
 
-    texidoc = "clef changes at the start of a line get much more space
+    texidoc = "Clef changes at the start of a line get much more space
 than clef changes halfway the line."
 
 }
 
-\score  {\notes {
-    < \context Staff = SA {
-       c2
+\score  {\notes  {
+    << \new Staff {
+       c'2
        \clef bass e16 f a
        \clef treble b
        }
-      \context Staff = SB  {
-         c4 c4 c
-      }>
+      \new Staff  {
+         c'4 c'4 c'
+      }>>
     }
     \paper { raggedright = ##t
-\translator { \StaffContext
+\context { \Staff
              TimeSignature = \turnOff
         }
 
      }}
-%% new-chords-done %%
+