Re: Naming multiple midi files

2019-12-21 Thread Carl Sorensen
On 12/21/19, 10:06 AM, "kupirijo" wrote: I see. But then I need to copy the notes twice, one for the book with layout and for the book with the midi. No, you just need to put the notes in a variable. myMusic = { ... } \score { \myMusic \layout{} } \score { \myMusic \mi

Re: Naming multiple midi files

2019-12-21 Thread kupirijo
I see. But then I need to copy the notes twice, one for the book with layout and for the book with the midi. kupirijo Στις 21/12/19 6:55 pm, ο Robin Bannister έγραψε: kupirijo wrote: Thanks. I am aware of this method but this is not exactly what I want. I need to output one .pdf file, not man

Re: Naming multiple midi files

2019-12-21 Thread Robin Bannister
kupirijo wrote: Thanks. I am aware of this method but this is not exactly what I want. I need to output one .pdf file, not many. The \book blocks I suggested will not produce .pdf files. They do not contain \layout sections. To output the .pdf file you need a single additional \book block with

Re: Naming multiple midi files

2019-12-21 Thread kupirijo
Thanks. I am aware of this method but this is not exactly what I want. I need to output one .pdf file, not many. Is this possible? Best, kupirijo Στις 21/12/19 1:11 pm, ο Robin Bannister έγραψε: kupirijo wrote: I would like to specify the name (or extensions) of the .midi files exported by

Re: Naming multiple midi files

2019-12-21 Thread Robin Bannister
kupirijo wrote: I would like to specify the name (or extensions) of the .midi files exported by the \midi{} command. I have multiple \scores{} in one .ly file producing one .pdf file and multiple .midi files. I do something like that by setting up a \book block for each midi output file. E

Naming multiple midi files

2019-12-20 Thread kupirijo
Hello, I would like to specify the name (or extensions) of the .midi files exported by the \midi{} command. I have multiple \scores{} in one .ly file producing one .pdf file and multiple .midi files. Thanks