Comment #2 on issue 2985 by [email protected]: lilypond:
Umlauts and other special characters incorrectly exported to PDF meta data
http://code.google.com/p/lilypond/issues/detail?id=2985
I get the same error on fedora 17 when opening your pdf.
With 2.16.0, you get the same error but you also get a warning while
compiling:
umlaut.ly:3:11: warning: non-UTF-8 input
One problem is that your input file is not UTF-8 but ISO-8859. So I changed
your input file to UTF-8 (see attached file).
This removed the errors and warnings during lilypond compilation but
suprisingly not the error while opening the file in evince:
Entity: line 10: parser error : Input is not proper UTF-8, indicate
encoding !
Bytes: 0xE4 0x20 0xF6 0x3C
l:lang='x-default'>β</rdf:li></rdf:Alt></dc:title><dc:creator><rdf:Seq><rdf:li>
Attachments:
umlaut.ly 74 bytes
umlaut.pdf 72.1 KB