]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-clef-first-note.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / spacing-clef-first-note.ly
index 4421e1ea9b656d32f7e57ce3fe02c86c8f062202..86763f7653532a658d4b59194bebad53c2f00c78 100644 (file)
@@ -1,25 +1,29 @@
-\version "1.7.6"
+\version "2.14.0"
 \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
-       \clef bass e16 f a
-       \clef treble b
-       }
-      \context Staff = SB  {
-         c4 c4 c4 
-      }>
+  \layout {
+    ragged-right = ##t
+    \context {
+      \Staff
+      \remove Time_signature_engraver
     }
-    \paper { linewidth  = -1.
-\translator { \StaffContext
-             TimeSignature = \turnOff
-        }
+  }
 
-     }}
-%% new-chords-done %%
+
+
+
+<<
+  \new Staff {
+    c'2
+    \clef bass e16 f a
+    \clef treble b
+  }
+  \new Staff  {
+    c'4 c'4 c'4 
+  }
+>>