]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/key-signature-left-edge.ly
Merge branch 'lilypond/translation' into staging
[lilypond.git] / input / regression / key-signature-left-edge.ly
index 136b41c70a22e6b11fa995ecba8922b3f96235e5..5f8e646e7a6934fa9aedbb5ceaa24155fc97144b 100644 (file)
@@ -5,17 +5,17 @@ proper padding > 0 to the start of the staff lines."
 
 }
 
-\version "2.13.7"
+\version "2.14.0"
 
 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