On Thu, 28 May 2026 at 22:02, Defgecd <[email protected]> wrote: > > 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:
>
Hello,
Using the Duration_line_engraver in the Voice context seems to do the trick.
\layout {
\context {
\Voice
\consists Duration_line_engraver
}
}
Kind regards,
Xavier
