]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/key-signature-left-edge.ly
Remove unnecessary \new Score in regtests.
[lilypond.git] / input / regression / key-signature-left-edge.ly
index 136b41c70a22e6b11fa995ecba8922b3f96235e5..9320f8688571907023de5cb47de8b66e94148e45 100644 (file)
@@ -10,12 +10,12 @@ proper padding > 0 to the start of the staff lines."
 m = \relative c' { \key f \major c8 }
 
 % Default spacing should not be affected
-\new Score  {
+\score {
   \new Staff \m
 }
 
 % Key signature should not touch the left edge
-\new Score  {
+\score {
   \new Staff \with {
       \remove "Clef_engraver"
   } \m