On Mar 18, 2005, at 1:20 PM, Dirk Laurie wrote:
I suggest the following patch to lyrics.c (I don't know how that reads in the pascal version)
546c546 < sprintf(l, "\\mtxAssignLyrics%s%s", instr, atag); ---sprintf(l, "\\mtxAssignLyrics{%s}%s", instr, atag);
Or even better, sprintf(l, "\\mtxAssignLyrics{%s}{%s}", instr, atag);
The TeX code I got by the unpatched version was
\mtxAssignLyrics10{2}thus the second argument seems to contain already the curly brackets. Anyhow, this shouldn't matter as TeX should read {{xxx}} in the same way as {xxx}.
_______________________________________________ TeX-music mailing list [email protected] http://icking-music-archive.org/mailman/listinfo/tex-music

