]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-clef-first-note.ly
(score_edges): add exp(slope*dir*leftright)
[lilypond.git] / input / regression / spacing-clef-first-note.ly
index 657700f5fcaa61bf7fa2081f51f17cb2d1140ec6..fe19a6362f114b4b03455982bd70a4b9d2d94c34 100644 (file)
@@ -1,25 +1,28 @@
-\version "1.7.16"
+\version "2.3.16"
 \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  {\notes {
-    < \context Staff = SA {
-       c2
-       \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 
+       }
+    >>
+    \paper {
+       raggedright = ##t
+       \context {
+           \Staff
+           \remove Time_signature_engraver
        }
-      \context Staff = SB  {
-         c4 c4 c4 
-      }>
     }
-    \paper { raggedright = ##t
-\translator { \StaffContext
-             TimeSignature = \turnOff
-        }
+}
 
-     }}
-%% new-chords-done %%