[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bug: chord <...> containing only one note
From: |
Erik Sandberg |
Subject: |
Re: Bug: chord <...> containing only one note |
Date: |
Fri, 4 Jun 2004 11:17:36 +0200 |
User-agent: |
KMail/1.6.2 |
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