On Fri, 12 May 2017 11:14:53 +0200, Leszek Wroński <elw...@gmail.com> wrote:

> I looked at the file using
> a Hex viewer and I see nothing wrong with it.

The strings like "Finale ..." and some other parts of the file are
multy-byte (UTF-16) encoded while the rest of the file is single-byte, so
LilyPond interprets it as single-byte and gets lost completely.

In Emacs, it looks like this (^@ denotes a 0 byte):

\header {
    encodingsoftware = 
    "^@F^@i^@n^@a^@l^@e^@ ...."

but also:

PartPOneVoiceOne =  \relative g'' {
    \clef "treble" \^@k^@e^@y^@ ^@g^@ ^@\^@m^@i^@n^@o^@r...

-- Johan

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to