]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-unbroken-tie-spacing.ly
release commit
[lilypond.git] / input / regression / accidental-unbroken-tie-spacing.ly
index 4c4908e95fdc29331677f0f67c97d22c99ac56ab..eca03f1c18c5482c12334649881c24d076061889 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.1.30"
+\version "2.8.0"
+\layout {
+  ragged-right = ##t
+}
 
-rechts = \notes \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
-  }
-}