Compare commits
1 Commits
19b5fe2d94
...
d900a95d79
Author | SHA1 | Date | |
---|---|---|---|
d900a95d79 |
@ -1,5 +1,8 @@
|
|||||||
|
INLINESCOREMUSIC = {}
|
||||||
|
|
||||||
inline-score =
|
inline-score =
|
||||||
#(define-music-function (music) (ly:music?)
|
#(define-music-function (music) (ly:music?)
|
||||||
|
(set! INLINESCOREMUSIC #{ \INLINESCOREMUSIC #music #})
|
||||||
#{
|
#{
|
||||||
\transposable #music
|
\transposable #music
|
||||||
#})
|
#})
|
||||||
|
@ -17,7 +17,7 @@ output = #(if (not noStandaloneOutput)
|
|||||||
\TEXT
|
\TEXT
|
||||||
|
|
||||||
\score {
|
\score {
|
||||||
\unfoldRepeats \MUSIC
|
\unfoldRepeats { \MUSIC \INLINESCOREMUSIC }
|
||||||
\midi {
|
\midi {
|
||||||
\context {
|
\context {
|
||||||
\Score
|
\Score
|
||||||
|
Reference in New Issue
Block a user