]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-unbroken-tie-spacing.ly
Merge with git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond.git
[lilypond.git] / input / regression / accidental-unbroken-tie-spacing.ly
index 806698f94c768cca258ce6f3c742c8eecfe055ff..5d09d65e3a11ee73b6d767624efb3d59655ef899 100644 (file)
@@ -4,19 +4,15 @@ texidoc = "Tied accidentaled notes (which cause reminder accidentals) do not
 wreak havoc in the spacing when unbroken."
 }
 
-\version "2.3.16"
+\version "2.10.0"
+\layout {
+  ragged-right = ##t
+}
 
-rechts =  \relative c' {
+\relative c' {
   \clef treble
   \time 3/4
-    c8 b2  <g b des f>8 ~ |
-    <g b des f>8
+  c8 b2  <g b des f>8 ~ |
+  <g b des f>8
 }
 
-\score {
-  \rechts
-
-  \paper {
-    raggedright = ##t
-  }
-}