lilypond-user
[Top][All Lists]
Advanced

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

Drums : align triplets to eights in other voice


From: Wim Van Dijck
Subject: Drums : align triplets to eights in other voice
Date: Wed, 06 Apr 2011 15:22:06 +0200
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.15) Gecko/20110303 Lightning/1.0b2 Thunderbird/3.1.9

Hi all,

Version : 2.12.3 on OSX via MacPorts

Given

\version "2.12.3"

swing = \drummode { cymr4 cymr8 cymr8 cymr4 cymr8 cymr8 }
down = \drummode { \times 2/3 { bd8 sn sn } \times 2/3 { << bd hhp >> sn sn } \times 2/3 { bd sn sn } \times 2/3 { << bd hhp >> sn sn } }

\score {
    \new DrumStaff {
<<
        \new DrumVoice { \voiceOne << \swing \down >> }

    }
}

This is an exercise for a jazz swing rhythm. I'd like the third note of the tuplets in "down" to lign up with the second 8th notes of the 'swing'. Is this feasible? I joined the two voices, because I want the stems to be aligned as well.

I've been perusing the archives and have not come across a previous request like this.

Kindest regards,
Wim



reply via email to

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