lilypond-user
[Top][All Lists]
Advanced

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

Re: Custom drum notes


From: Toine Schreurs
Subject: Re: Custom drum notes
Date: Sat, 20 Nov 2010 10:44:56 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

> \version "2.12.3"
> \drums {
>   % note that ^3 doesn't work with drums
>   sn4 tomh^\markup { \small 3 } sn sn
> }
> 
> I'd like to make it so EVERY time I do tomh the 3 is printed in the
> fingering above the note.  (Or, we can call it something new if I shouldn't
> or can't change the definition of tomh).  Can someone point me in the right
> direction?

Just create and use a new variable:
th=\drummode { tomh^"3" }
\drums {
  sn4 \th sn sn
}

Toine Schreurs



reply via email to

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