lilypond-user
[Top][All Lists]
Advanced

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

Percussion flams and ruffs and MIDI generation


From: Pete Stieber
Subject: Percussion flams and ruffs and MIDI generation
Date: Wed, 15 Mar 2006 18:02:37 -0800

I've been able to create a flam notation I like using

\override Stem #'length = #4
\acciaccatura {sn8}
\revert Stem #'length
sn4

and a two-stroke ruff using

\grace {
  \override Beam #'position = #(2 . 2)
  {sn16[( sn]}
  \revert Beam #'positions
}
sn4)

and a three stroke ruff using

\grace {
  \override Beam #'position = #(2 . 2)
  {sn16[( sn sn]}
  \revert Beam #'positions
}
sn4)

but they do not produce MIDI output. Is there a way around this?

TIA,
Pete




reply via email to

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