lilypond-user
[Top][All Lists]
Advanced

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

Re: percussion & midi ?


From: Simon Dahlbacka
Subject: Re: percussion & midi ?
Date: Mon, 13 Nov 2006 22:45:38 +0200



On 11/13/06, Mats Bengtsson <address@hidden> 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

reply via email to

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