]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-unbroken-tie-spacing.ly
* lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
[lilypond.git] / input / regression / accidental-unbroken-tie-spacing.ly
index 3adc0ada823e7a6d09c0b4a1f50fac058bc50f3c..3abdd6c20eb7fd73194cc6c718a401acea28ac33 100644 (file)
@@ -1,28 +1,22 @@
+
 \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.7.18"
-\include "deutsch.ly"
+\version "2.4.0"
 
-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 {
   \rechts
 
-  \paper {
+  \layout {
     raggedright = ##t
   }
 }