Thomas Morley <[email protected]> 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 _______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
