Jule Slootbeek wrote:
I'm trying to use lilypond-book to get text _and_music and the only way i can get a visible image (dvi)
for the latex file, is by first running it thought lilypond-book and tehn through TeX.
is there an easier way to do this??
How could it be easier? In bash you can append the two commands with && like this:
$ lilypond-book file.ly && latex file.latex
or is this how it's gonna be?
Yes this is how it's gonna be. -Rune _______________________________________________ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
