Re: Output to single PDF and multiple MIDI files

2017-07-21 Thread Thomas Morley
2017-07-20 23:40 GMT+02:00 Jérôme Plût : > I am typesetting a multi-movement work. I want the paper output to be > in a single file (say work.pdf) and the MIDI output to be in separate > files (work-1.pdf, work-2.pdf). Is there a simple and local way to do > this? Hi

Re: Output to single PDF and multiple MIDI files

2017-07-20 Thread caagr98
I did just that a while ago. Here's the script I used (I had a few additional parameters, though): ``` #(define (movement title suffix music) (list #{\bookpart { \header { title = #title } \score { \removeWithTag midi $music \layout {} } }#} #{\book { \header {

Output to single PDF and multiple MIDI files

2017-07-20 Thread Jérôme Plût
I am typesetting a multi-movement work. I want the paper output to be in a single file (say work.pdf) and the MIDI output to be in separate files (work-1.pdf, work-2.pdf). Is there a simple and local way to do this? I can do it in a not-simple-enough way: first = \relative { c'4 c c c } second =