Fantastic! However, I never would have guessed that was the name of
such a thing. And my google-fu definitely failed to find such.
However, at least I know now how one invokes scheme inside of
LilyPond, not that I know how to manage to write anything with it.

Thanks to Harm, yourself, and everyone else that makes this program
such an amazing tool.
-Shane Brandes

On Thu, Mar 12, 2026 at 6:31 AM Lukas-Fabian Moser <[email protected]> wrote:
>
> 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

Reply via email to