bug-lilypond
[Top][All Lists]
Advanced

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

Re: No Midi Sound With Short Polyphonic Percussion Notation


From: Colin Campbell
Subject: Re: No Midi Sound With Short Polyphonic Percussion Notation
Date: Sat, 05 Nov 2011 20:56:53 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1

On 11-11-04 03:26 PM, Raphael Frey wrote:
Hey there!

There are at least three ways to enter polyphonic percussion music (see 
examples below). However the first (easiest) approach does not produce any Midi 
output in polyphonic parts.

% first example - no midi output starting from bar 2
\version "2.14.2"
\score {
   \new DrumStaff<<
     \drummode {
       bd4 sn4 bd4 sn4
       <<  {
         \repeat unfold 16 hh16
       } \\ {
         bd4 sn4 bd4 sn4
       }>>
     }
   >>
   \midi { }
   \layout { }
}


% second example - no problem here

\version "2.14.2"
\score {
   \new DrumStaff
     \new DrumVoice {
       \drummode {
         bd4 sn4 bd4 sn4
         <<
           {
             \voiceOne
             \repeat unfold 16 hh16
           }
           \new DrumVoice {
             \voiceTwo
             bd4 sn4 bd4 sn4
           }
         >>
       }
     }
   \midi { }
   \layout { }
}


% third example - no problem here
\version "2.14.2"
\score {
   \new DrumStaff<<
     \new DrumVoice {
       \drummode {
         \oneVoice
         bd4 sn4 bd4 sn4
         \voiceOne
         \repeat unfold 16 hh16
       }
     }
     \new DrumVoice {
       \drummode {
         \voiceTwo
         s1 bd4 sn4 bd4 sn4
       }
     }
   >>
   \midi { }
   \layout { }
}


_______________________________________________
bug-lilypond mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/bug-lilypond



Thanks for the report, Raphael! Added as Issue 2022 <http://code.google.com/p/lilypond/issues/detail?id=2022>: MIDI percussion lost in implicit voices

Cheers,
Colin Campbell
Bug Squad

--
I've learned that you shouldn't go through life with a catcher's mitt on both 
hands.
You need to be able to throw something back.
-Maya Angelou, poet (1928- )



reply via email to

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