]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-unbroken-tie-spacing.ly
release commit
[lilypond.git] / input / regression / accidental-unbroken-tie-spacing.ly
index caa2a25f353ac8fd2ef0f12e5b514e7125a47d19..eca03f1c18c5482c12334649881c24d076061889 100644 (file)
@@ -1,29 +1,18 @@
+
 \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.8.0"
+\layout {
+  ragged-right = ##t
+}
 
-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 {
-    raggedright = ##t
-  }
-}
-%% new-chords-done %%
\ No newline at end of file