>       When computing the position of the notes, in pieces with lyrics,
> the length of each syllable is accounted for. However, the tex coding
> sequences used to obtained accented and other international characters
> (cedilla, breve..) are also included in this computation, leading to
> incorrect (too large) room left for printing those syllables. As a result,
> the notes' as well as the hyphens' positions are not as good as they could
> (and should) be.


If the letters are available in the Latin-1 
character set, try to write them directly
using their 8 bit character code in the input
file. This will not give exactly exactly the
correct width, but almost (all unknown characters
get the width of an 'x', I think). 
How did you specify the characters? TeX macros
are skipped in the size calculations, so it 
should actually work the way you did also.
If you send me an example, I could check it
more carefully.

 /Mats


Reply via email to