lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Microtonal midi output


From: Lukas-Fabian Moser
Subject: Re: Microtonal midi output
Date: Sun, 9 May 2021 19:19:39 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

Hi Kieren,

If they’re in the same file (which they appear to be), then I believe the MIDI 
output of your second \score block — the non-detuned one! — will overwrite the 
MIDI output of the first one. You need to have separate files (or at least 
separate \book blocks, with explicit and different target file names) in order 
to output two separate MIDI files.

I think you're mistaken:

\version "2.22.0"

music = { c' }

\score {
  \music
  \layout {}
  \midi {}
}


\score {
  \music
  \midi {}
}

generates test.midi and test-1.midi.

Lukas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]