Browse Source

ensure pdf format for output lilypond files

remotes/origin/split-songs
Romain Goffe 13 years ago
parent
commit
36c40cd132
  1. 2
      makefile

2
makefile

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

Loading…
Cancel
Save