]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-clef-first-note.ly
Merge commit 'ce4b499'
[lilypond.git] / input / regression / spacing-clef-first-note.ly
index 468b78624bc4b3c137acdc0ac064f6430d407534..c53316be8a5cc0ba8b57fe37f62416f7ccebe887 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.6.0"
+\version "2.10.0"
 \header {
 
   texidoc = "Clef changes at the start of a line get much more space
@@ -6,6 +6,16 @@ than clef changes halfway the line."
 
 }
 
+  \layout {
+    ragged-right = ##t
+    \context {
+      \Staff
+      \remove Time_signature_engraver
+    }
+  }
+
+
+
 
 <<
   \new Staff {
@@ -17,12 +27,3 @@ than clef changes halfway the line."
     c'4 c'4 c'4 
   }
 >>
-  \layout {
-    raggedright = ##t
-    \context {
-      \Staff
-      \remove Time_signature_engraver
-    }
-  }
-
-