Is there any command that allows for the midi output to be trimed from a
specific note in the score.
I'm currently using a double score layout like this to generate both midi
(and mp3 later) and score:

\score{
  \sheetMusic
  \layout{}
}
\score{
  \articulate
  \sheetMusic
  \midi{}
}

where the sheetMusic contains all the music. I'm looking for a way to
specify where the midi starts so that I can quickly playback different
parts of the score. Command like \midiStartsHere that I could put before
the note in the score that I want the midi to start from. Is there anything
like that in lilypond or is it possible to create something like that?

Reply via email to