It is possible de play Snear Roll Midi with midi TAG, if yes, how ?

2016-02-08 Thread Steve Prud'Homme
Hi, I really like this website : http://lists.gnu.org/archive/html/lilypond-user/2011-05/msg00028.html where they explain how to play a midi arpegio that don't play by default in midi with Lilypond. I want to know if it's possible to program snear roll to play in midi, the same way, with midi tag.

Re: It is possible de play Snear Roll Midi with midi TAG, if yes, how ?

2016-02-08 Thread immanuel litzroth
Midi standard does not include a snare roll. Many drum programs do include it but it's not standardized. Immanuel On Mon, Feb 8, 2016 at 6:39 PM, Steve Prud'Homme wrote: > Hi, I really like this website : > http://lists.gnu.org/archive/html/lilypond-user/2011-05/msg00028.html > where they explai

Re: It is possible de play Snear Roll Midi with midi TAG, if yes, how ?

2016-02-08 Thread Steve Prud'Homme
In this post : http://lists.gnu.org/archive/html/lilypond-user/2011-05/msg00028.html We transform what is seen like an arpegio in this : \tag #'midi { \set tieWaitForNote = ##t \grace { ef16 ~ af ~ bf ~ ef ~ } 2 \unset tieWaitForNote } So we cheat. So it is possible cheat midi to

Re: It is possible de play Snear Roll Midi with midi TAG, if yes, how ?

2016-02-08 Thread tisimst
see sn8-> \stopTrillSpan } } % Engraved score \score { \new DrumStaff { \keepWithTag #'engrave \drumroll } \layout {} } % MIDI score \score { \new DrumStaff { \keepWithTag #'midi \drumroll } \midi {} } %%%%%%%%% HTH, Abraham -- View this message

Re: It is possible de play Snear Roll Midi with midi TAG, if yes, how ?

2016-02-08 Thread immanuel litzroth
{} > } > > % MIDI score > \score { > \new DrumStaff { > \keepWithTag #'midi \drumroll > } > \midi {} > } > > % > > HTH, > Abraham > > > -- > View this message i

Re: It is possible de play Snear Roll Midi with midi TAG, if yes, how ?

2016-02-14 Thread Steve Prud'Homme
> % MIDI score > \score { > \new DrumStaff { > \keepWithTag #'midi \drumroll > } > \midi {} > } > > % > > HTH, > Abraham > > > -- > View this message in context: Re: