Re: Output to SVG and PDF

2021-06-11 Thread Kenneth Wolcott
You could use a Makefile. On Fri, Jun 11, 2021 at 6:05 PM Jostle wrote: > > Thanks. I am using Ubuntu hirsute. > > Most of my scores are choral works, of 4 to 20 pages, that generate pdf, > svg and midi, plus midi for each part (usually 5 midi files). In some > cases I also generate a modified sc

Re: Output to SVG and PDF

2021-06-11 Thread Jostle
Thanks. I am using Ubuntu hirsute. Most of my scores are choral works, of 4 to 20 pages, that generate pdf, svg and midi, plus midi for each part (usually 5 midi files). In some cases I also generate a modified score for the pianist using a \book section, for which I only need the pdf file.

Re: Output to SVG and PDF

2021-06-11 Thread Knute Snortum
You don't say what environment you're on but you can always create a shell or batch file like this: #!/bin/bash LY_HOME=/path/to/lilypond/lilypond-2.22.1/bin $LY_HOME/lilypond --pdf $@ $LY_HOME/lilypond --svg $@ -- Knute Snortum On Fri, Jun 11, 2021 at 2:44 AM m.tarensk...@kpnmail.nl wrote: >

Re: Output to SVG and PDF

2021-06-11 Thread m.tarensk...@kpnmail.nl
Is it really so much more work to type two sequential lilypond commands on the commandline instead of one single commandbwith two different options?Verzonden vanaf mijn Huawei mobiele telefoon Oorspronkelijk bericht Onderwerp: Output to SVG and PDFVan: Jostle Aan: lilypond-user@gnu.