]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove unnecessary \new Score in regtests.
authorValentin Villenave <valentin@villenave.net>
Sun, 10 Oct 2010 11:49:17 +0000 (13:49 +0200)
committerValentin Villenave <valentin@villenave.net>
Sun, 10 Oct 2010 11:50:55 +0000 (13:50 +0200)
input/regression/completion-heads-lyrics.ly
input/regression/key-signature-left-edge.ly

index ff0801f8fe76f15c68f82bed2f47d4d5cdf329d7..9b6cf3c70c5433464bda71c06717403fbcb47ac2 100644 (file)
@@ -12,7 +12,7 @@ lyr = \lyricmode {
 }
 
 \score {
\new Score <<
+ <<
    \new Staff <<
      \new Voice = "completion" \with {
        \remove "Note_heads_engraver"
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