]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-clef-first-note.ly
Doc-es: various updates.
[lilypond.git] / input / regression / spacing-clef-first-note.ly
index 468b78624bc4b3c137acdc0ac064f6430d407534..f2100ed8c91a1123395bae8b0bb9e7d0e4b28db7 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.6.0"
+\version "2.16.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
-    }
-  }
-
-