diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2005-02-21 17:42:19 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2005-02-21 17:42:19 +0000 |
commit | 636d510e1a33d148876533f007f82f58f4bb1386 (patch) | |
tree | be4b89446b21722ff346c81e3071815ba476ef77 | |
parent | 7ae09eb4afe964e81becec3cd35adfe8dbba490e (diff) |
(ps-embed-cff): add \n after EndResource
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | scm/framework-ps.scm | 2 | ||||
-rw-r--r-- | scm/lily-library.scm | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -1,5 +1,7 @@ 2005-02-21 Han-Wen Nienhuys <hanwen@xs4all.nl> + * scm/lily-library.scm (ps-embed-cff): add \n after EndResource + * Documentation/topdocs/NEWS.tely (Top): oops. 2005-02-21 Pedro Kroger <kroeger@pedrokroeger.net> diff --git a/scm/framework-ps.scm b/scm/framework-ps.scm index 7232131374..c5a94dec8e 100644 --- a/scm/framework-ps.scm +++ b/scm/framework-ps.scm @@ -46,7 +46,7 @@ (format "%%BeginResource: font ~a ~a -%%EndResource" +%%EndResource\n" font-name body))) diff --git a/scm/lily-library.scm b/scm/lily-library.scm index 1b1ce33d78..5c346dbc26 100644 --- a/scm/lily-library.scm +++ b/scm/lily-library.scm @@ -343,7 +343,7 @@ possibly turned off." (footer "\n%%EndData %%EndResource %%EOF -%%EndResource")) +%%EndResource\n")) (string-append header |