Hi.

> [...] I can easily change " to \"
> in the text, but perhaps there are other characters that will cause lilypond
> to fail.

As a first step, I'd suggest to filter out (or escape) anything that your
program cannot handle. Languages usually used for web development provide
libraries for regular expressions (e.g. Perl, Java, ...) that can easily
match all non alphanumeric characters: All those should be escaped.

Best,
Gilles


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

Reply via email to