lilypond-user
[Top][All Lists]
Advanced

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

Re: Dynamics context


From: Martín Rincón Botero
Subject: Re: Dynamics context
Date: Tue, 8 Sep 2020 13:44:09 +0200

Thank you very much, Xavier. I’ll try that!

On Tue 8. Sep 2020 at 11:58 Xavier Scheuer <x.scheuer@gmail.com> wrote:
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





Cheers,
Xavier


--
Xavier Scheuer <x.scheuer@gmail.com>



--
www.martinrinconbotero.com

reply via email to

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