lilypond-user
[Top][All Lists]
Advanced

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

Re: Changing and playing a different instrument in MIDI


From: Gilles
Subject: Re: Changing and playing a different instrument in MIDI
Date: Fri, 22 Jul 2016 09:43:12 +0200
User-agent: Scarlet Webmail

On Fri, 22 Jul 2016 08:51:52 +0200, Mojca Miklavec wrote:
Hello,

I don't have much experience with MIDI. I just tried all the media
players on OS X and realized than only QuickTime Player 7 had some
very very basic support for playing MIDI files (I cannot even make it
play loud enough, let alone do anything else with it). None of the
others I have installed worked (VLC, MPlayerX, QuickTime Player,
RealPlayer, ...)

So I went on and made a package for TiMidity++ and freepats.

The problem is: I'm still unable to figure out how to change the
instrument to anything but Piano.


Here's a minimal example:

\score {
  \new PianoStaff
  <<
    \new Voice = "melody" \fixed c'
    {
      \set midiInstrument = #"accordion"
      \time 3/4
      f4 g a
    }
  >>
  \midi{ \tempo 4 = 100 }
}

But this doesn't help me in any way.

\set Staff.midiInstrument = "accordion"

HTH,
Gilles

[...]




reply via email to

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