From: Graham Percival Date: Sun, 29 Jun 2003 02:11:26 +0000 (+0000) Subject: deleted input/test/lines.ly; duplicate of embedded-postscript.ly X-Git-Tag: release/1.7.23~9 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=59acb35a4ee5d143b59ae13eb30c22b9dfa80cb7;p=lilypond.git deleted input/test/lines.ly; duplicate of embedded-postscript.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 %%