From 59acb35a4ee5d143b59ae13eb30c22b9dfa80cb7 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sun, 29 Jun 2003 02:11:26 +0000 Subject: [PATCH] deleted input/test/lines.ly; duplicate of embedded-postscript.ly --- ChangeLog | 2 ++ input/test/lines.ly | 21 --------------------- 2 files changed, 2 insertions(+), 21 deletions(-) delete mode 100644 input/test/lines.ly diff --git a/ChangeLog b/ChangeLog index e04179b940..83f960f0de 100644 --- 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 * 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 index 70edc987e9..0000000000 --- a/input/test/lines.ly +++ /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 %% -- 2.39.5