]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-unbroken-tie-spacing.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / accidental-unbroken-tie-spacing.ly
index fd65e18a3d018ed776b95c98ddb3d34df54097f8..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.3.4"
+\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
-
-  \paper {
-    raggedright = ##t
-  }
-}