On Sat, Jul 27, 2024 at 1:31 PM David Kastrup <[email protected]> wrote:
> Have you tried my other suggestion of just removing it so that its work
> is taken over by the New_fingering_engraver which is what you want?
>
I tried both this
\layout {
\context {
\Voice
\remove Fingering_engraver
\consists #Guitar_fingering_engraver
\override Stem.before-line-breaking =
< ... >
}
}
and this
\score {
\new Staff = "guitar" \with {
\remove Fingering_engraver
}
{ \guitar }
\layout { }
}
and see no difference in the result: slurs are still "at the fingering" for
music that has gone through
the (make-music 'EventChord 'elements (list m)) part
Am I doing it wrong, maybe?
L
--
Luca Fascione