]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-unbroken-tie-spacing.ly
Midi2ly: handle staves with more than four voices. Fixes #1580.
[lilypond.git] / input / regression / accidental-unbroken-tie-spacing.ly
index fd65e18a3d018ed776b95c98ddb3d34df54097f8..4e09dbe26407beb7d0156e6cdedd3f1fa283b51d 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.12.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
-  }
-}