lotus / ly /lotus.ly
k-l-lambda's picture
updated asset files.
8f6ab9b
raw
history blame contribute delete
240 Bytes
% \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
)