Dear Lilypond-users,
maybee I'm boring, but I have written a little scirpt for lilypond book:
lilybuch( ) {
mkdir -p "$1"/
lilypond-book --output="$1" --psfonts "$2".tex
cd "$1"/
latex "$2".tex
dvips "$2".dvi
ps2pdf "$2".ps
kpdf "$2".pdf
}
"$1" is the name of the direction You want to create, "$2" is the name of
the file You have written, without the "tex"-ending.
After e.g. "lilybuch trial versuch" You will see the produced pdf-file in
kpdf.
So, if You like it, use it.
Good night
Stefan
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to