]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-clef-first-note.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / spacing-clef-first-note.ly
index e5e9c75a644833d456abb08dd0a1b2ec2214c92e..8986eac7e74f3347df440e99441769ef3d37f5ad 100644 (file)
@@ -1,25 +1,29 @@
-\version "2.1.22"
+\version "2.16.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  {
-    << \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
-\translator { \StaffContext
-             TimeSignature = \turnOff
-        }
+  }
 
-     }}
 
+
+
+<<
+  \new Staff {
+    c'2
+    \clef bass e16 f a
+    \clef treble b
+  }
+  \new Staff  {
+    c'4 c'4 c'4 
+  }
+>>