[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Terrible output for voiced notes with Fingering or StringNumber
From: |
Thomas Morley |
Subject: |
Re: Terrible output for voiced notes with Fingering or StringNumber |
Date: |
Thu, 31 Mar 2016 16:27:14 +0200 |
2016-03-31 8:55 GMT+02:00 David Kastrup <address@hidden>:
> Thomas Morley <address@hidden> writes:
>
>> The following code prints terrible output, for both cases, slightly
>> better if not in an event-chord
>>
>> \new Staff <<
>> \new Voice { \voiceOne < b'' -1 \2 > b'' -1 \2 }
>> \new Voice { \voiceTwo < g' -2 \3 > g' -2 \3 }
>>>>
>>
>> issue 3017 may be involved
>> https://sourceforge.net/p/testlilyissues/issues/3017/
>>
>> I tried adding StringNumber to `direction-polyphonic-grobs' from
>> music-functions.scm but to no avail.
>> Looks like StringNumber doesn't respond to overrides/tweaks of
>> 'direction, see below:
>
> I think it depends on whether you are talking about in-chord string
> numbers or per-chord stuff. The former would likely be done with a
> different engraver than the latter. At least for articulations, it was
> something like New_fingering_engraver against Fingering_engraver or
> something like that.
>
> --
> David Kastrup
I noticed the problem while working on a user-request wanting to use
the same predefined stuff for putting in one staff _and_ in separate
stuffs.
Using direction-modifiers wouldn't be feasible for that purpose.
>From a users point of view it's ununderstandable why StringNumber
sometimes behaves differently from Fingering.
Ofcourse those two engravers are involved, depending on the input.
Doesn't makes it easier...
Using `tag' is possible, yes, but I don't use it very often, it's more
last resort.
Cheers,
Harm