]> 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 0a1628a96292a22bbc72d0a044041c175cbb866b..8ca5e3920ae0c8462cca727e6b2b10fffae81a70 100644 (file)
@@ -1,20 +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.14.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
 }
 
-  \rechts
-
-\layout {
-  raggedright = ##t
-}