lilypond-user
[Top][All Lists]
Advanced

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

Re: percussion (drum set) help


From: Paul Scott
Subject: Re: percussion (drum set) help
Date: Fri, 10 Nov 2017 15:11:31 -0700
User-agent: NeoMutt/20170609 (1.8.3)

On Fri, Nov 10, 2017 at 01:56:56PM -0600, David Wright wrote:
> On Fri 10 Nov 2017 at 12:27:19 (-0700), Paul Scott wrote:
> > How can I move the eighth rest to the level of the snare drum part?
> > sn8\rest doesn't seem to be allowed.
> > Any other feedback on my code would also be appreciated.
> > I'm successful with most of my percussion code.
> > 
> > \version "2.19.80"
> > 
> > \score{
> >   \new DrumStaff
> >   \drummode{
> >     \clef percussion << { cymr4 4 4 4 } \\ { r8 sn8 4 4 4 } { hhp4 4 4 4 } 
> > >>
> >   }
> > }
> 
> You could try adding yet another voice, just for the rests:
> 
>  \\ { \notemode { c'8\rest } }
> 
> and replacing your r8 with s8

Thanks!  That works.

Paul


> 
> Cheers,
> David.
> 




reply via email to

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