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]{% \newcommand{\lilypond}[1]{%
\iflilypond% \iflilypond%
\includegraphics{#1} \IfFileExists{./lilypond/#1.pdf}{\includegraphics{./lilypond/#1}}{}%
\fi% \fi%
} }

2
makefile

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

Loading…
Cancel
Save