On Thu, Mar 24, 2022 at 3:18 PM Valentin Petzel <valen...@petzel.at> wrote:
> Hello Carl, > > I don’t think recreating \partial is the best thing to do. After all we > can > simply do > > pickupNotes = > #(define-music-function (mus) (ly:music?) > (let* ((mom (ly:music-length mus)) > (dur (make-duration-of-length mom))) > #{ > \partial #dur > #mus > #})) > > Cheers, > Valentin > Yes, way better! Thanks! This can be a snippet in the docs, as far as I'm concerned. Carl > >