% timh timl ssh ssl cb %agh agl cb \include "italiano.ly" #(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) )) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%% Mozambique %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% timb = \drummode { \time 2/2 th4\open th8\open tl\stopped th\stopped th\stopped tl\stopped th\open | r th\open th\open tl\open-> th\stopped th\stopped tl\stopped th\open} bellsa = \drummode { \time 2/2 cb4 agh cb agh8 cb r agh agh agh cb4 agh8 agh} bellsb = \drummode { \time 2/2 cb4 agh cb8 agh r cb r agh agh agh cb4 agh8 agh} bellsc = \drummode { \time 2/2 cb4 agh cb agh8 cb r agh agh cb r agh r agh} \score { << \new DrumStaff \with { drumStyleTable = #mytimbales-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 = "Timbales" \timb \timb >> \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 >> >> } \score { << \new DrumStaff \with { drumStyleTable = #threebells-style %drumStyleTable =#(alist->hash-table mytimbalesb) \override StaffSymbol #'line-count = #2 \override BarLine #'bar-size = #2 \override StaffSymbol #'line-positions = #'(-2 2) \override Stem #'direction = #up \override Beam #'positions = #'(4 . 4) } { \set Staff.instrumentName = "Bells" \bellsb } \new DrumStaff \with { drumStyleTable = #threebells-style %drumStyleTable =#(alist->hash-table mytimbalesb) \override StaffSymbol #'line-count = #2 \override BarLine #'bar-size = #2 \override StaffSymbol #'line-positions = #'(-2 2) \override Stem #'direction = #up \override Beam #'positions = #'(4 . 4) }{ \set Staff.instrumentName = "Bells" \bellsc } >> } % \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 120 4) } } \version "2.10.0"