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

Reply via email to