]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-clef-change.ly
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / accidental-clef-change.ly
index 3470819898cd233a5d4545c2698ab64f351d2e37..fabf9546bba507053f7c0909aab94e761027f8cf 100644 (file)
@@ -2,7 +2,12 @@
   texidoc = "Accidentals are reset for clef changes."
 }
 
-\version "2.7.18"
+\layout {
+  ragged-right = ##t
+}
+
+
+\version "2.10.0"
 \new Staff \relative c' {
     \clef treble
     cis dis fis
@@ -10,4 +15,3 @@
     <cis dis fis gis>
 }
 
-\layout {raggedright = ##t}