]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-unbroken-tie-spacing.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / accidental-unbroken-tie-spacing.ly
index 2dd5efdc3342d78e7508c271cd2e5ee208cfb048..8ca5e3920ae0c8462cca727e6b2b10fffae81a70 100644 (file)
@@ -1,22 +1,14 @@
 
 \header {
-texidoc = "Tied accidentaled notes (which cause reminder accidentals) don't wreak havoc in
-the spacing when unbroken."
+texidoc = "Tied notes with accidentals do not cause problems with spacing."
 }
 
-\version "2.1.25"
+\version "2.14.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
-  }
-}