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
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.  Each such block has a \score section and a \midi section and starts off with a \bookOutputName (or

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

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

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 Jérôme, you've got some nice

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 { ti

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 =

Re: Multiple midi files?

2010-06-04 Thread Marek Klein
Hi, 2010/6/4 Tim Slattery I was working yesterday with a four-part choral piece. Of course I can > get Lilypond to put out a midi file of the entire piece, but I > couldn't find a way to put out a separate midi file for each voice > (and I did look in the manual). Did I miss something, or is it >

Multiple midi files?

2010-06-04 Thread Tim Slattery
I was working yesterday with a four-part choral piece. Of course I can get Lilypond to put out a midi file of the entire piece, but I couldn't find a way to put out a separate midi file for each voice (and I did look in the manual). Did I miss something, or is it impossible? -- Tim Slattery slatt

Re: Names of multiple midi files in lilypond-book

2010-03-23 Thread Federico Bruni
Il giorno Mon, 22 Mar 2010 23:18:37 -0400 Keith Weintraub ha scritto: > I would like to be able to put hyperlinks in the text that point to > the midi files. > > Is there a way to know what the names of the midi files will be or > better yet to force the names in the \midi{} block? Hi Keith, I

Names of multiple midi files in lilypond-book

2010-03-22 Thread Keith Weintraub
Folks, I am creating a small book with dozens of music snippets using lilypond-book. I would like to be able to put hyperlinks in the text that point to the midi files. Is there a way to know what the names of the midi files will be or better yet to force the names in the \midi{} block? Than

Re: Multiple Midi Files

2006-02-13 Thread Mats Bengtsson
Ramana Kumar wrote: I believe you should be able to write the piece out all in one score block... did you try to do this and how did it fail? I'm thinking of something like \score { << {piano} \\ {melody} \\ {lyrics} >> << {SATB} \\ {piano} >> \midi } what's wrong with the pdf that comes out of

Re: Multiple Midi Files

2006-02-13 Thread Ramana Kumar
I believe you should be able to write the piece out all in one score block... did you try to do this and how did it fail? I'm thinking of something like \score { << {piano} \\ {melody} \\ {lyrics} >> << {SATB} \\ {piano} >> \midi } what's wrong with the pdf that comes out of that? as for getting a

Multiple Midi Files

2006-02-13 Thread Linda Cantoni
I'm using v. 2.6.5, under Windows XP Home, SP2. Can a Lilypond file with multiple \score blocks be made to produce a single midi file? I'm working on some songs with 2 sections: (1) piano with melody & lyrics, then (2) SATB chorus with piano. The only way I can get them to come out right in a si