lilypond-user
[Top][All Lists]
Advanced

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

Drum shuffle?


From: Roberto Leibman
Subject: Drum shuffle?
Date: Sun, 09 Nov 2008 10:39:54 -0800
User-agent: Thunderbird 2.0.0.17 (X11/20080925)

I have the following piece in 12/8:

hh8 r8 hh8  hh8 r8 hh8  hh8 r8 hh8  hh8 r8 hh8

In drum notation this is traditionally grouped with bars as this:

_______ _______ _______ _______ | | | | | | | | x r x x r x x r x x r x

That is to say, groups of three, with an 8th rest in the middle.

I can't seem to get the beams to look like this. I tried the following settings:

%%% revert default values in scm/auto-beam.scm regarding 12/8 time
#(revert-auto-beam-setting '(end * * 12 8) 3 8)
#(revert-auto-beam-setting '(end * * 12 8) 3 4)
#(revert-auto-beam-setting '(end * * 12 8) 9 8)
#(revert-auto-beam-setting '(end * * 12 8) 2 1)
#(revert-auto-beam-setting '(end * * 12 8) 1 8)

%%% your new values
#(override-auto-beam-setting '(end * * 12 8) 3 8)
#(override-auto-beam-setting '(end * * 12 8) 6 8)
#(override-auto-beam-setting '(end * * 12 8) 9 8)
#(override-auto-beam-setting '(end * * 12 8) 12 8)

This works if I have three consecutive 8th notes, but not if I have the rest in the middle.

How do I notate this?

Thanks,

Roberto




reply via email to

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