Am 05.04.2017 um 11:19 schrieb Urs Liska:
> Hi all,
> 
> is it possible to specify an output directory from within the LilyPond
> file without going through the hoops of ly:book-process?
> 
> TIA
> Urs

How about \bookOutputName? This works with absolute paths like

  \bookOutputName "/home/malte/foo" (output to /home/malte/foo.pdf)

and with relative paths too. You don’t need an explicit \book {} block.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to