From eccd9b8730b78ab4626d254454114f96635dfe11 Mon Sep 17 00:00:00 2001 From: tux Date: Sat, 5 Apr 2025 14:31:19 +0200 Subject: [PATCH] fill-midi --- inline_score.ly | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/inline_score.ly b/inline_score.ly index 1a549dd..c81e36a 100644 --- a/inline_score.ly +++ b/inline_score.ly @@ -6,3 +6,8 @@ inline-score = #{ \transposable #TRANSPOSITION #music #}) + +fill-midi = +#(define-void-function (music) (ly:music?) + (set! INLINESCOREMUSIC #{ \INLINESCOREMUSIC #music #}) +) \ No newline at end of file