]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-clef-first-note.ly
* lily/stem.cc (print): only produce stemlets if there are no
[lilypond.git] / input / regression / spacing-clef-first-note.ly
index 7f0f8f31f74c3b8a11821d68704c4e4b7daa9ac9..c90c810247727101228387a551a4c566f8853cd2 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.7"
+\version "2.4.0"
 \header {
 
     texidoc = "Clef changes at the start of a line get much more space
@@ -6,20 +6,23 @@ than clef changes halfway the line."
 
 }
 
-\score  {\notes  {
-    << \new Staff {
-       c'2
-       \clef bass e16 f a
-       \clef treble b
+\score  {  
+    <<
+       \new Staff {
+           c'2
+           \clef bass e16 f a
+           \clef treble b
+       }
+       \new Staff  {
+           c'4 c'4 c'4 
+       }
+    >>
+    \layout {
+       raggedright = ##t
+       \context {
+           \Staff
+           \remove Time_signature_engraver
        }
-      \new Staff  {
-         c'4 c'4 c'4 
-      }>>
     }
-    \paper { raggedright = ##t
-\translator { \StaffContext
-             TimeSignature = \turnOff
-        }
-
-     }}
+}