\version "2.16.0" \language "english" \header { tagline = ##f } #(set-default-paper-size "a4" 'portrait) \paper{ top-margin = 2.0\cm } cymbals = { \clef percussion \stemUp \time 3/8 \change Staff = "conga" \times 2/3 { d'8[^\mf \change Staff = "cymbals" a32 e'32 \change Staff = "temple" d'8.\pp \change Staff = "cymbals" \times 8/13 { r64 c'16^\mp^\< a16 \change Staff = "temple" b16 } \change Staff = "cymbals" e'64. \change Staff = "temple" g64^\f \change Staff = "cymbals" c'64.] }| } temple = { \clef percussion s8 s8 s8 | } toms = { \clef percussion s8 s8 s8 | } conga = { \clef percussion s8 s8 s8 | } snare = { \clef percussion \stemDown r8 \change Staff = "temple" g8[\pp \change Staff = "conga" d'32\mf\> b32 \change Staff = "snare" c'16]\mp | } { \new StaffGroup << \new Staff = "cymbals" \with { \override StaffSymbol #'line-count = #3 \consists "Instrument_name_engraver" instrumentName = "cymbals" \consists "Instrument_name_engraver" shortInstrumentName = "cy" } \cymbals \new Staff = "temple" \with { \override StaffSymbol #'line-count = #6 \consists "Instrument_name_engraver" instrumentName = "templeblocks" \consists "Instrument_name_engraver" shortInstrumentName = "tmp" } \temple \new Staff = "toms" \with { \override StaffSymbol #'line-count = #3 \consists "Instrument_name_engraver" instrumentName = "tomtoms" \consists "Instrument_name_engraver" shortInstrumentName = "tom" } \toms \new Staff = "conga" \with { \override StaffSymbol #'line-count = #2 \consists "Instrument_name_engraver" instrumentName = "congas" \consists "Instrument_name_engraver" shortInstrumentName = "con" } \conga \new Staff = "snare" \with { \override StaffSymbol #'line-count = #1 \consists "Instrument_name_engraver" instrumentName = "snare drum" \consists "Instrument_name_engraver" shortInstrumentName = "snr" } \snare >> } \layout { \context { \Score tupletFullLength = ##t \override Beam #'damping = #+inf.0 \override TupletBracket #'padding = #2 \override TupletBracket #'bracket-visibility = ##t \override TupletNumber #'text = #tuplet-number::calc-fraction-text \override DynamicText #'font-size = #-2.5 } }