lilypond-user
[Top][All Lists]
Advanced

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

Re: midi set instrument problem


From: Wilbert Berendsen
Subject: Re: midi set instrument problem
Date: Sun, 27 Jan 2008 07:29:17 +0100
User-agent: KMail/1.9.7

Op zaterdag 26 januari 2008, schreef Thomas Spuhler:
> Lilypond doesn't like my midi section:

Try:
\midi {
  \context {
    \Score
    tempoWholesPerMinute = #(ly:make-moment 90 4)
  }
  \context {
    \Staff
    midiInstrument = "recorder"
  }
}

The \set Staff.midiInstrument command shows that midiInstrument is to be set 
in the Staff context. I guess it will work when you place it in the \Staff 
context section. The '\set' and the 'Staff.' are not necessary then.

Alternatively, you can use
\set Staff.midiInstrument = "recorder"
just in the music.

Met vriendelijke groet,
Wilbert Berendsen

-- 
http://www.wilbertberendsen.nl/
"You must be the change you wish to see in the world."
        -- Mahatma Gandi




reply via email to

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