lilypond-user
[Top][All Lists]
Advanced

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

Dynamics context doesn't work with polyphony(?)


From: Martín Rincón Botero
Subject: Dynamics context doesn't work with polyphony(?)
Date: Fri, 11 Sep 2020 10:56:05 +0200

Hello,

sorry to bother again. I've been further exploring the Dynamics context. I just noticed that when there's a polyphonic passage, not only dynamics don't align anymore, but also \remove engravers fails to do its job. Is this a bug or is there any other engraver I should remove from the Dynamics context so that notes and text are not duplicated in polyphonic passages?

\version "2.20.0"

music = \relative c {
  \clef "bass"
  e\mf^"ord." ( fis4) << {f8^\markup { \center-align "div."} e->:64 es->:64 bes->:64 } \\ {f8\p e->:64 es->:64 bes->:64 } >>
}

\score {
  <<
  \new Staff
  \new Voice \with { \remove "Dynamic_engraver" } \music
  \new Dynamics \music
  >>
  \layout {
  \context {
    \Dynamics
    \override VerticalAxisGroup.nonstaff-relatedstaff-spacing.basic-distance = #0
    \remove "Script_engraver"
    \remove "Text_engraver"
    \remove "Text_spanner_engraver"
  }
}
}

Best regards,
Martín.

--
www.martinrinconbotero.com

Attachment: document.png
Description: PNG image


reply via email to

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