]> git.donarmstrong.com Git - lilypond.git/commitdiff
removed.
authorhanwen <hanwen>
Fri, 22 Oct 2004 21:23:48 +0000 (21:23 +0000)
committerhanwen <hanwen>
Fri, 22 Oct 2004 21:23:48 +0000 (21:23 +0000)
ChangeLog
input/regression/beamed-chord.ly [deleted file]

index 59244d48364b6bc1016116ab28ac72b238fd2d36..692ff74093fd7440348a51ee48c1f0caeee18208 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * input/regression/beamed-chord.ly: removed.
+
        * Documentation/user/macros.itexi: add \global to definitions for
        feta macros.
 
diff --git a/input/regression/beamed-chord.ly b/input/regression/beamed-chord.ly
deleted file mode 100644 (file)
index 7132109..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-
-\version "2.3.22"
-
-\header{
-texidoc = "Hairy case for beam, chord, and automatic knees."
-
-%texidoc = "Beam thinks that first two notes should be stem down.  Can
-%be fixed by uncommenting \stemUp"
-}
-
-\layout { raggedright= ##t }
-
-
-\score{
-  \relative c'{
-    %\stemUp
-    \clef alto
-    \time 3/4
-    r8 <d  bes >( bes') d <e g, c, c,>-> r |
-  }
-}