lilypond-user
[Top][All Lists]
Advanced

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

RE: \override NoteHead.style in drummode


From: Daniel Rosen
Subject: RE: \override NoteHead.style in drummode
Date: Sat, 04 Jan 2014 15:21:58 +0000

> From: Federico Bruni [mailto:address@hidden 
> Sent: Saturday, January 04, 2014 3:11 AM
> To: Daniel Rosen
> Cc: address@hidden
> Subject: Re: \override NoteHead.style in drummode
> 
> please share your solution, others may be interested 

I just added another percussion note to the table. Not so much a solution as a 
workaround, but it suits my purposes just fine. :-)

\version "2.18.0"
#(define mydrums '((crashcymbal cross #f 6)(crashcymbala xcircle #f 6)))
\drums {
  \set drumStyleTable = #(alist->hash-table mydrums)
  cymc4 cymc cymc cymc |
  cymca1 |
}

reply via email to

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