lilypond-user
[Top][All Lists]
Advanced

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

MIDI voice not piano


From: dadadharma @dslextreme.com
Subject: MIDI voice not piano
Date: Thu, 13 Dec 2012 15:06:27 -0800

Dear Frogs, Mosquitos, and Algae,

What am I doing wrong here?

Although I specify "choir aahs"  and "voice oohs" ,

I only get the default Grand Piano.

David Olson

================================


\score {
   <<
           \new Staff = "one" { \sopranoMusic
      \set Staff.midiInstrument = #"choir aahs" }
           \new Staff = "two" { \altoMusic
      \set Staff.midiInstrument = #"voice oohs" }

   >>
  \layout{}

  \midi{
         \context {
      \Staff
      \consists "Staff_performer"
    }

    {
        \tempo 2 = 30
          }
}

Attachment: voice_not_piano.ly
Description: Binary data


reply via email to

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