Browse Source

ensure pdf format for output lilypond files

remotes/kaosun/Kaosun
Romain Goffe 12 years ago
parent
commit
bf27d59e69
  1. 2
      makefile

2
makefile

@ -87,7 +87,7 @@ $(PDF): %.pdf: %.tex %.aux
$(MAKE_SONGBOOK) -s $< -d -o $@
%.pdf: %.ly
@$(LILYPOND) --output=$(@:%.pdf=%) $<
@$(LILYPOND) --format=pdf --output=$(@:%.pdf=%) $<
$(CHORDS): $(CHORDS_SRC)
$(MAKE_CHORDS) -o $@

Loading…
Cancel
Save