]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-clef-first-note.ly
* lily/beam.cc (rest_collision_callback): don't move anything if
[lilypond.git] / input / regression / spacing-clef-first-note.ly
index 84f8c1a86d1ab9a58b1c77d8b0cb6767751bf2d3..7f0f8f31f74c3b8a11821d68704c4e4b7daa9ac9 100644 (file)
@@ -1,20 +1,20 @@
-\version "1.7.18"
+\version "2.1.7"
 \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
@@ -22,4 +22,4 @@ than clef changes halfway the line."
         }
 
      }}
-%% new-chords-done %%
+