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