]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-unbroken-tie-spacing.ly
(neumeDemoPaper): remove duplication from
[lilypond.git] / input / regression / accidental-unbroken-tie-spacing.ly
index 53f95b30688e318c0526c154ba5075835f392385..fd65e18a3d018ed776b95c98ddb3d34df54097f8 100644 (file)
@@ -1,23 +1,16 @@
-#(ly:set-option 'old-relative)
+
 \header {
-texidoc = "Tied accidentaled notes (which cause reminder accidentals) don't wreak havoc in
-the spacing when unbroken."
+texidoc = "Tied accidentaled notes (which cause reminder accidentals) do not 
+wreak havoc in the spacing when unbroken."
 }
 
-\version "1.9.1"
-\include "deutsch.ly"
+\version "2.3.4"
 
-rechts = \notes \relative c' {
+rechts =  \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 {