lilypond-user
[Top][All Lists]
Advanced

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

Re: Changing of default midi instrument


From: Noeck
Subject: Re: Changing of default midi instrument
Date: Sat, 16 Mar 2013 20:05:07 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130308 Thunderbird/17.0.4

Dear Peter,

this page of the documentation explaines it:
http://lilypond.org/doc/v2.16/Documentation/notation/creating-midi-files

In your example this would work:

\new Voice = "Strophe" {
  \set Staff.midiInstrument = #"violin"

… and so on or here:
  \midi {
    \context {
      \ChordNameVoice \remove Note_performer
    }
      \set Staff.midiInstrument = #"violin"
  }

For future questions, it would be helpful if you could provide a working
example code. Your snipped contained variables that are not defined
within the snippet. To replace many notes by just a few (like { c d })
would cure this, for example. See also:
http://www.lilypond.org/tiny-examples.de.html

Cheers,
Joram



reply via email to

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