RandomLilyPondUser wrote:
http://www.nabble.com/file/p22066496/snip.png
....
Can anyone draw this basic triplet rhythm in lilypond? The extra notation
(flams, rolls, etc) can be disregarded.
Try:
\version "2.12.2"
qBeam = {
#(override-auto-beam-setting '(end 1 8 * *) 1 4 'Staff)
#(override-auto-beam-setting '(end 1 8 * *) 2 4 'Staff)
\set subdivideBeams = ##t
\set beatLength = #(ly:make-moment 1 16)
}
\drums {
\qBeam
\time 3/4
sn8 sn8:32 ~ \stemDown \times 2/3 {toml16 sn toml} sn16. toml32 \times
2/3 {sn16 toml sn} toml8
sn8 sn8:32 ~ \stemDown \times 2/3 {toml16 sn toml} sn16. toml32 \times
2/3 {sn16 toml sn} toml8
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user