From: Han-Wen Nienhuys <hanwen@xs4all.nl>
Date: Mon, 21 Feb 2005 17:42:19 +0000 (+0000)
Subject: (ps-embed-cff): add \n after EndResource
X-Git-Tag: release/2.5.14~102
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=636d510e1a33d148876533f007f82f58f4bb1386;p=lilypond.git

(ps-embed-cff): add \n after EndResource
---

diff --git a/ChangeLog b/ChangeLog
index 88315a29ba..63d6da776c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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