9 lines
182 B
Plaintext
9 lines
182 B
Plaintext
INLINESCOREMUSIC = {}
|
|
|
|
inline-score =
|
|
#(define-music-function (music) (ly:music?)
|
|
(set! INLINESCOREMUSIC #{ \INLINESCOREMUSIC #music #})
|
|
#{
|
|
\transposable #music
|
|
#})
|