Neil Puttock <n.puttock <at> gmail.com> writes:
> 
> This looks like a line separator issue.  Can you confirm whether your
> text editor is using newline (\n)?
> 

I edited the file in emacs, and was using ordinary line endings.  However, I had
copied/pasted some code from various websites, so perhaps the problem was from
there.

Upon opening the file in a hex editor, it looks like the bad line endings were
0Dh 0Ah.  When they were changed to simply 0Ah, it compiled fine.  The bad line
endings were interspersed throughout the file, but it looks like they only
caused errors in GUILE stuff, not plain old lilypond markup.

Looks like you figured it out.  Thanks, Neil.




_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to