diff options
author | Jan Nieuwenhuizen <janneke@gnu.org> | 2004-02-24 22:48:00 +0000 |
---|---|---|
committer | Jan Nieuwenhuizen <janneke@gnu.org> | 2004-02-24 22:48:00 +0000 |
commit | e7b0597d595e3499b6bad53c204f2497fc814980 (patch) | |
tree | cdfb473c3919ff436c282693d137cbc9b2758433 /ps/lilyponddefs.ps | |
parent | 46915663d6b4b156d88d095c9003f8ffddbc6680 (diff) |
* ps/music-drawing-routines.ps:
* ps/lilyponddefs.ps: Add end markers.
Diffstat (limited to 'ps/lilyponddefs.ps')
-rw-r--r-- | ps/lilyponddefs.ps | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ps/lilyponddefs.ps b/ps/lilyponddefs.ps index 991dc58caa..cc4bf26f4e 100644 --- a/ps/lilyponddefs.ps +++ b/ps/lilyponddefs.ps @@ -1,4 +1,4 @@ -%!PS-Adobe-1.0: lilyponddefs +%!PS-Adobe-1.0: lilyponddefs.ps % % Functions for direct PostScript output @@ -221,3 +221,5 @@ make-lilypond-title % see if we're there... % 10 setlinewidth 0 0 moveto 400 800 lineto stroke + +% end lilyponddefs.ps |