lilypond-user
[Top][All Lists]
Advanced

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

Re: Cannot correctly code this rhythm...


From: M Watts
Subject: Re: Cannot correctly code this rhythm...
Date: Wed, 18 Feb 2009 08:25:33 +1000
User-agent: Thunderbird 2.0.0.18 (X11/20081105)

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

}






reply via email to

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