]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-unbroken-tie-spacing.ly
* lily/parser.yy: Wrap non-post-events in EventChords before
[lilypond.git] / input / regression / accidental-unbroken-tie-spacing.ly
index f4ba16868fc07c0011f71d101b61757a5a5c2a9d..8c211b1e104298e971a7bc88b135029bee9f1583 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.7.39"
+\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
-}