]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-clef-first-note.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / spacing-clef-first-note.ly
index 71928b6184a5abb0d48113b60bb7fbc59cc0c489..7576ce6f1f7ed9330638757a1dd5e612ebf8154a 100644 (file)
@@ -1,25 +1,29 @@
-\version "2.3.16"
+\version "2.11.51"
 \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  {  {
-    << \new Staff {
-       c'2
-       \clef bass e16 f a
-       \clef treble b
-       }
-      \new Staff  {
-         c'4 c'4 c'4 
-      }>>
+  \layout {
+    ragged-right = ##t
+    \context {
+      \Staff
+      \remove Time_signature_engraver
     }
-    \paper { raggedright = ##t
-\context { \Staff
-             TimeSignature = \turnOff
-        }
+  }
 
-     }}
 
+
+
+<<
+  \new Staff {
+    c'2
+    \clef bass e16 f a
+    \clef treble b
+  }
+  \new Staff  {
+    c'4 c'4 c'4 
+  }
+>>