Status: Accepted
Owner: gpermus
Labels: Type-Enhancement Priority-Low
New issue 714 by gpermus: let the .ly file specify the output filename
http://code.google.com/p/lilypond/issues/detail?id=714
It would be great if we could specify the filename, as in
\filename "vn1.pdf"
(or maybe just \filename "fn1" and let lilypond automatically add the .pdf
or .png according to
output mode)
The ideal usage of this is in conjunction with \bookPart, ie
\bookPart {
\filename "vn1"
\violinOnePart
}
\book{art {
\filename "vn2"
\violinTwoPart
}
(and yes, the \filename would probably belong in \paper rather than a
top-level command)
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond