]> 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 609582595a95e9dce26a8297c554dc2d4cac11d4..7f22cdf0baa539a006e486cc0233e746baa739f5 100644 (file)
@@ -1,29 +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 "1.7.6"
-\include "deutsch.ly"
+\version "2.16.0"
 
-rechts = \notes \relative c' {
+\relative c' {
   \clef treble
   \time 3/4
-  \context Voice {
-    c8 h2  <<g h des f>>8 ~ |
-    <<g h des f>>8
-  }
-}
-
-Rechts = \context Staff \notes {
-  rechts
+  c8 b2  <g b des f>8 ~ |
+  <g b des f>8
 }
 
-\score {
-  \rechts
-
-  \paper {
-    linewidth = -3.3 \cm
-  }
-}
-%% new-chords-done %%
\ No newline at end of file