%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%% Conga %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% bellsa = \drummode { \time 2/2 agl4 agl agh8 agh r agl r agl agl4 agh agh} \score { << \new DrumStaff \with { drumStyleTable = #threebells-style %drumStyleTable =#(alist->hash-table mytimbalesb) \override Stem #'direction = #up \override Beam #'positions = #'(4 . 4) \override StaffSymbol #'line-count = #2 \override BarLine #'bar-size = #2 \override StaffSymbol #'line-positions = #'(-2 2) }<< \set Staff.instrumentName = "Bells" \bellsa >> >> \layout { ragged-right= ##t} } \version "2.10.0"