On 11/13/06, Mats Bengtsson <[EMAIL PROTECTED]> wrote:
As long as you use a DrumVoice context to typeset the percussion, the
MIDI output should automatically contain the corresponding drum sounds
in channel 10.

   /Mats

In that case, something else is broken. I
ncluded is a snippet from 7.4.3 Percussion staves in the 2.10 manual (wrapped into a \score block)

%begin lilypond
\version "2.10.0"

\score {

    \new DrumStaff <<
       \new DrumVoice = "1" { s1 *2 }
       \new DrumVoice = "2" { s1 *2 }
       \drummode {
         bd4 sn4 bd4 sn4
         <<
           { \repeat unfold 16 hh16 }
           \\
           { bd4 sn4 bd4 sn4 }
         >>
       }
     >>
     \layout {}
     \midi {}
}    
%end lilypond


The produced midi does *not* sound like drums... (apart from only the first four notes audible...)

/Simon
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to