lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

sricpt for lilypond-book


From: Stefan Thomas
Subject: sricpt for lilypond-book
Date: Fri, 16 May 2008 00:21:32 +0200

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]