Hi Shane,
Am 11.03.26 um 23:04 schrieb Shane Brandes:
Yes that was the bit of code at the bottom. Apologies for not properly
indicating that.
Ah, right, I didn't realise that this was a self-contained example. I'm
sorry!
Thanks to Harm, we now have DurationLine grobs:
https://lilypond.org/doc/v2.25/Documentation/notation/graphical-notation.html
\version "2.25.80"
\layout {
\context {
\Voice
\consists Duration_line_engraver
\override DurationLine.bound-details.left.padding = 0.5
}
}
\new Staff
<<
{ a'2\- }
\\
{ c'8 d' e' c' }
>>
Lukas