lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Dynamics context


From: Xavier Scheuer
Subject: Re: Dynamics context
Date: Tue, 8 Sep 2020 11:58:01 +0200

On Tue, 8 Sep 2020 at 11:18, Martín Rincón Botero <martinrinconbotero@gmail.com> 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 <x.scheuer@gmail.com>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]