From cfb0a6e4100ce03a077cd505fb94736dc91ea8db Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 19 Jul 2024 11:44:42 +0200 Subject: improve CIS conversion --- CIS/Makefile | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'CIS/Makefile') diff --git a/CIS/Makefile b/CIS/Makefile index c8c5ec1..3b9af8b 100644 --- a/CIS/Makefile +++ b/CIS/Makefile @@ -1,7 +1,14 @@ +%.musicxml: %.capx + mscore "$<" -o "$@" + +%.ly: %.musicxml + musicxml2ly "$<" + ./post-process "$@" + %.ly: %.mxl - musicxml2ly $< + musicxml2ly "$<" ./post-process "$@" %.ly: %.xml - musicxml2ly $< + musicxml2ly "$<" ./post-process "$@" -- cgit v1.2.3-70-g09d2