Browse Source

Final import of lilypond into the songbook.

remotes/origin/split-songs
Alexandre Dupas 16 years ago
parent
commit
fb30a47d6d
  1. 2
      crepbook.cls
  2. 2
      makefile

2
crepbook.cls

@ -154,7 +154,7 @@
\newcommand{\lilypond}[1]{%
\iflilypond%
\includegraphics{#1}
\IfFileExists{./lilypond/#1.pdf}{\includegraphics{./lilypond/#1}}{}%
\fi%
}

2
makefile

@ -43,7 +43,7 @@ LILYPOND=$(ECHO) "** lilypond not found" >&2 ; $(ECHO) lilypond
LILYFILE=''
else
LILYPOND=lilypond
LILYSRC=$(wildcard songs/*/*.ly)
LILYSRC=$(wildcard lilypond/*.ly)
LILYFILE=$(LILYSRC:%.ly=%.pdf)
endif

Loading…
Cancel
Save