]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-unbroken-tie-spacing.ly
regtest and changes for mensural ligature improvements
[lilypond.git] / input / regression / accidental-unbroken-tie-spacing.ly
index 4c4908e95fdc29331677f0f67c97d22c99ac56ab..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.1.30"
+\version "2.12.0"
 
-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
-  }
-}