]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-unbroken-tie-spacing.ly
Import guile-1.8 as multiple upstream tarball component
[lilypond.git] / input / regression / accidental-unbroken-tie-spacing.ly
index 6c4f3f6e221bbf7021e5277e782bcc9c796d482e..7f22cdf0baa539a006e486cc0233e746baa739f5 100644 (file)
@@ -1,22 +1,14 @@
 
 \header {
-texidoc = "Tied accidentaled notes (which cause reminder accidentals) do not 
-wreak havoc in the spacing when unbroken."
+texidoc = "Tied notes with accidentals do not cause problems with spacing."
 }
 
-\version "2.6.0"
+\version "2.16.0"
 
-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
-
-  \layout {
-    raggedright = ##t
-  }
-}