|
From: | lilypond |
Subject: | Re: Issue 1605 in lilypond: PS -> PDF conversion fails |
Date: | Tue, 12 Apr 2011 06:47:56 +0000 |
Comment #2 on issue 1605 by address@hidden: PS -> PDF conversion fails http://code.google.com/p/lilypond/issues/detail?id=1605The header fields go into PostScript strings which are delimited by parentheses.
Ideally, characters that PostScript treats specially would be escaped: \( \) \\
A trivial fix is to filter out these special characters from the PostScript file:
http://codereview.appspot.com/4382052
[Prev in Thread] | Current Thread | [Next in Thread] |