lilypond-user
[Top][All Lists]
Advanced

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

Custom percussion staves


From: ebenezer
Subject: Custom percussion staves
Date: Thu, 28 Jan 2021 12:35:52 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0

Hello everyone,

I have noticed that use of a custom percussion staff is different from the manner in which one of the pre-defined percussion staves is used:

partBongo = \new DrumStaff \with {
  drumStyleTable = #bongos-style
} \staffBongo

... compared to ...

partPercCustom = \new DrumStaff \with {
  % -- drumStyleTable = #defPercCustom  % -- this doesn't work
} <<
  \set DrumStaff.drumStyleTable = #(alist->hash-table defPercCustom)  % -- works this way
>>

Is this just the way it is, or am I missing something?

Thank you.



reply via email to

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