On Tue, 8 Sep 2020 at 11:18, Martín Rincón Botero <
[email protected]> wrote:
>
> For I which I get the attached result. Weirdly, with this minimal example
I'm also getting a bunch of "script direction not yet known". I don't think
that was happening before. Anyways, the visual result is the same I was
getting with the full code, with duplicated articulations and text.
Hello Martin,
Remove "Script_engraver" and "Text_engraver" from the Dynamics context.
You might also want to remove "Text_spanner_engraver" if you have
TextSpanners in your music.
\layout {
\context {
\Dynamics
\override
VerticalAxisGroup.nonstaff-relatedstaff-spacing.basic-distance = #0
\remove "Script_engraver"
\remove "Text_engraver"
% \remove "Text_spanner_engraver"
}
}
The list of engravers the Dynamics is built from is documented in the
Internals Reference manual.
IR 2.1.7 Dynamics
http://lilypond.org/doc/v2.20/Documentation/internals/dynamics
Cheers,
Xavier
--
Xavier Scheuer <[email protected]>