On Thursday 03 June 2004 13.09, Christoph Lange wrote:
> I tried this workaround to get the fingering instruction placed next to
> the note... I attached the error message and my input file.
>
> Regards,

It doesn't crash in the 2.2 lilypond series. I would recommend you to upgrade.

There was also one error in your score (fixing it might also help):
<g4-2^"III">
should be either
<g4-2>^"III"
or
<g4>-2^"III"
or just
g4-2^"III"

This is because you can not have ^ inside a chord. Intuitively, you can think 
that the text is placed above the entire chord, not above any particular one 
of the individual notes. Therefore ^"III" must be added after the chord, not 
after any individual note of the chord.

Hope it helps..

Erik


_______________________________________________
bug-lilypond mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to