]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-unbroken-tie-spacing.ly
Update .ly files.
[lilypond.git] / input / regression / accidental-unbroken-tie-spacing.ly
index f4ba16868fc07c0011f71d101b61757a5a5c2a9d..a9857e4026a533d088877cfca0f667f265d7998c 100644 (file)
@@ -4,7 +4,10 @@ texidoc = "Tied accidentaled notes (which cause reminder accidentals) do not
 wreak havoc in the spacing when unbroken."
 }
 
-\version "2.6.0"
+\version "2.12.0"
+\layout {
+  ragged-right = ##t
+}
 
 \relative c' {
   \clef treble
@@ -13,6 +16,3 @@ wreak havoc in the spacing when unbroken."
   <g b des f>8
 }
 
-\layout {
-  raggedright = ##t
-}