File size: 240 Bytes
8f6ab9b
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12

% \lotusRepeatABA { {A} B }
%		->
%		{A} B {A}
lotusRepeatABA = #(define-music-function (music)
	(ly:music?)
	"The placeholder function to represent a music repeat type AB -> ABA,
		e.g. Da Capo al Fine, Da Segno al Coda, etc.
	"
	music
)