lilypond-user
[Top][All Lists]
Advanced

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

Re: drums and chords at same time?


From: Mats Bengtsson
Subject: Re: drums and chords at same time?
Date: Fri, 18 Nov 2005 16:46:38 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511



Jannik Jeppesen wrote:

Hi All..

I am trying to mix drums and chords, but cant make it work.
I want the chords to be played once every bar and a hh on the quarter notes to keep the beat.
How does this work..
My suggestion is very bad, I think...

Not at all, just make sure to tell LilyPond that you want the drums and
the chords to happen in parallel:

\score {
<<
\drumNotes
\chordline
>>
\layout {}
}

Also, you may want to change 20 to 40 in
beat = \drummode { \stemUp
\repeat unfold 20 {
  hh4 hh hh hh
}
}

to get the same number of bars in both parts.

  /Mats




reply via email to

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