]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-clef-first-note.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / spacing-clef-first-note.ly
index c2391e119ebda172510aa13d9eed5f5c610270b6..8986eac7e74f3347df440e99441769ef3d37f5ad 100644 (file)
@@ -1,28 +1,29 @@
-\version "2.3.17"
+\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 
+  }
+>>