]> git.donarmstrong.com Git - lilypond.git/commitdiff
deleted input/test/lines.ly; duplicate of embedded-postscript.ly
authorGraham Percival <graham@percival-music.ca>
Sun, 29 Jun 2003 02:11:26 +0000 (02:11 +0000)
committerGraham Percival <graham@percival-music.ca>
Sun, 29 Jun 2003 02:11:26 +0000 (02:11 +0000)
ChangeLog
input/test/lines.ly [deleted file]

index e04179b940c2f06a42b0c89a45bc263f75c02f64..83f960f0de416b577420523cd3dee92ac28acf03 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,8 @@
 
        * input/test/ {various}: modified comments, marked some for deletion.
 
+       * input/test/lines.ly: deleted file; duplicate of embedded-postscript.ly
+
 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * scm/chord-name.scm (note-name->markup): don't superscript root
diff --git a/input/test/lines.ly b/input/test/lines.ly
deleted file mode 100644 (file)
index 70edc98..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-\version "1.7.18"
-
-\header { texidoc="@cindex Lines
-Draw abritrary lines.  This brings LilyPond on par with Mup. " }
-
-\score {
-  \notes\relative c {
-% globally positioned
-%    a-#"\\special{ps: 0 0 moveto 200 200 lineto stroke}"
-%    b-#"\\special{ps: 0 0 moveto 0 0 10 20 80 40 200 30 curveto stroke}"
-    a''-#"\\embeddedps{3 4 moveto 5 3 rlineto stroke}"
-    -#"\\embeddedps{ [ 0 1 ] 0 setdash 3 5 moveto 5 -3 rlineto stroke}"
-    b-#"\\embeddedps{3 4 moveto 0 0 1 2 8 4 20 3.5 rcurveto stroke}"
-    s2
-    a'1
-  }
-  \paper {
-    linewidth = 70.0*\staffspace
-  }
-}
-%% new-chords-done %%