From 9eca9012ca461ef64087659f714061a209f43425 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Fri, 13 Apr 2012 19:40:34 +0200 Subject: [PATCH] lilypond macro --- makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/makefile b/makefile index e9a681b4..0e79ebca 100644 --- a/makefile +++ b/makefile @@ -40,10 +40,7 @@ else LILYFILE=$(LILY_SRC:%.ly=%.pdf) endif - LATEX=pdflatex $(LATEX_OPTIONS) -STAFF = "Staff" -#STAFF = "TabStaff" ############################################################ ### Targets @@ -88,7 +85,7 @@ $(PDF): %.pdf: %.tex %.aux $(MAKE_SONGBOOK) -s $< -d -o $@ %.pdf: %.ly - @$(LILYPOND) --format=pdf -e '(define-public songbookstaff $(STAFF))' --output=$(@:%.pdf=%) $< + @$(LILYPOND) --format=pdf -e '(define-public songbookstaff "$(SONGBOOKSTAFF)")' --output=$(@:%.pdf=%) $< $(CHORDS): $(CHORDS_SRC) $(MAKE_CHORDS) -o $@