#(define mytimbalesb '( (losidestick cross #f -2) (lotimbale () #f -2) (cowbell triangle #f 4) (hisidestick cross #f 2) (hitimbale () #f 2) (openhitimbale () "open" 2) (mutehitimbale () "stopped" 2) (openlotimbale () "open" -2) (mutelotimbale () "stopped" -2) )) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%% songo %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \score { \new DrumStaff \with{ \override Beam #'positions = #'(6 . 6) } << \drummode { \mark \markup{\bold 2:3} \stemUp cb4 ss8-> bd cb[ ss r ss->] cb[ ss ss-> bd] cb[ss r ss->] \bar ":|:" cb4 ss8-> bd cb[ ss bd ss->] cb[ ss ss-> bd] cb[ss bd ss->] \bar ":|:" cb4 ss8-> bd [ ss bd ss->] cb[ ss ss-> bd] cb[ss bd bd>] \bar ":|:" cb4 sn8-> bd cb[ tomm r tomh->] cb[ tomm tomm-> bd] cb[hho hhp sn->] \bar ":|" } >> \layout{ indent = 0} } \score { \new DrumStaff \with { drumStyleTable = #threebells-style \override Beam #'positions = #'(6 . 6) } << \drummode { \mark \markup{\bold 2:3} \stemUp \repeat unfold 4 {cb4 r} \bar ":|:" cb4 agh cb agh8 agh cb4 agh8 agh cb4 agh8 agh \bar ":|:" \break cb4 agh4 cb4. agh8 cb4. agh8 cb4. agh8 \bar ":|:" \repeat unfold 4 {cb4. agh8} \bar ":|:"\break cb4. agh8 cb4. agh8 cb4. agh8 cb4 agh8 agh8 \bar ":|:" cb4 agh8 agh cb4 agh8 agh cb4 agh8 cb r agh8 agh cb \bar ":|" } >> \layout{ indent = 0} } \version "2.10.0"