Hello,
Is there a possibility to output more \score {} into one midi output.
for example,

\score {
  \new Staff {
    \relative c' { c4 d e f g a b c }
  }
  \midi {}
}
\score {
  \new Staff {
    \relative c' { c4 d e f g a b c }
  }
  \midi {}
}
\score {
  \new Staff {
    \relative c' { c4 d e f g a b c }
  }
  \midi {}
}

makes 3 midi files.

I would want to make one global midi file. I was loking for a tool to merge
or join multiple midi files into one but i coudn't find one. So i tought
why not try in Lilypond..:) This is where i need you guys..
Thanks..:)

-- 
*Nesmotren govori kao da mačem probada, a jezik je mudrih iscjeljenje.
Izreke 12:18*
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to