\version "2.18.2" \header { tagline = "" } \score { << \new Staff \with { instrumentName = \markup { \column { "Electric Guitar " \line { \smaller "(Jamie Behar) " } } } shortInstrumentName = #"Gtr. " midiInstrument = #"electric guitar (jazz)" midiMinimumVolume = #0.5 midiMaximumVolume = #0.75 } { { \transposition c \clef "treble" \key f \major \time 11/4 \tempo 4 = 185 << a4. e' a'>> <> <> <> <> <> <> <> \bar ".|:" <<\parenthesize a4. e' a'>> <> <> <> <> <> <> <> \bar ":|." } } \new Staff \with { instrumentName = \markup { \column { "Electric Bass " \line { \smaller "(Kevin Roche) " } } } shortInstrumentName = #"Bass " midiInstrument = #"electric bass (pick)" midiMinimumVolume = #0.8 midiMaximumVolume = #1.0 } { { \transposition c \clef "bass" \key f \major \time 11/4 a,1. bes,2. \ottava #1 g'4 f' | g'8\glissando( a'4) e'4. \ottava #0 a,2. bes,2. \ottava #1 g'4 f' | } } \new DrumStaff \with { instrumentName = \markup { \column { "Drumkit " \line { \smaller "(Steven Roche) " } } } shortInstrumentName = #"Drum " } { \drummode { \time 11/4 << { hhho4 hh hh hh hh hh hh hh hh hh hh16 hh hh hh | hhho4 hh hh hh hh hh hh hh hh r8 hhho rb4 | } \\ { bd4. bd4 bd8 sn4. bd4 \parenthesize sn16 \parenthesize sn bd8 bd4 sn bd8 sn4 bd | bd4. bd4 bd8 sn4. bd4 \parenthesize sn16 \parenthesize sn bd8 bd4 sn bd8 sn4 r8 bd | } >> } } >> \layout { indent = 2.5\cm short-indent = 1\cm } \midi {} }