]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-clef-first-note.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / spacing-clef-first-note.ly
index fe19a6362f114b4b03455982bd70a4b9d2d94c34..f2100ed8c91a1123395bae8b0bb9e7d0e4b28db7 100644 (file)
@@ -1,28 +1,29 @@
-\version "2.3.16"
+\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  {  
-    <<
-       \new Staff {
-           c'2
-           \clef bass e16 f a
-           \clef treble b
-       }
-       \new Staff  {
-           c'4 c'4 c'4 
-       }
-    >>
-    \paper {
-       raggedright = ##t
-       \context {
-           \Staff
-           \remove Time_signature_engraver
-       }
+  \layout {
+    ragged-right = ##t
+    \context {
+      \Staff
+      \remove "Time_signature_engraver"
     }
-}
+  }
+
+
+
 
+<<
+  \new Staff {
+    c'2
+    \clef bass e16 f a
+    \clef treble b
+  }
+  \new Staff  {
+    c'4 c'4 c'4 
+  }
+>>