\version "2.8.2"

\include "english.ly"
%\include "header.ly"
\include "voiceStaff.ly"
\include "voiceTromboneI.ly"

\header {
\include "header.ly"
	instrument = "1st Bb Trombone"
}

\score {
	\new Staff {
		\set Score.skipBars = ##t
		 {
			\clef "bass"
			<<
				\voiceTimeSig
				\voiceTromboneI
				\voiceMarkup
			>>
		}
	}
	\layout {
	}
}

