Hello Lilyponders,
I am trying to get a duration line to continue over a cue and despite them
being in separate voices, the duration line stops when the cue starts. How
do I fix this? Here is an example:

\version "2.26.0"

\new Staff \with {
  \consists Duration_line_engraver
}
{
\new Voice \relative {
<<
  \override Staff.DurationLine.bound-details.right.end-style = #'arrow
  {
  c''4\- s2.
  s1
  R1
  }\\ \new CueVoice {
    \stemDown s1
    c,4 d e f
    g1
}>>
}
}

I want the duration line in the C5 to continue over the cue and end in the
rest in the next measure
Thank you all so much!

Reply via email to