\version "2.4.0"
\include "header.ly"
\include "cello.ly"

#(set-global-staff-size 18)

\score 
{
	\header
	{
		instrument = "Cello"
	}
	% 
	\cello
	\midi {}
 	\layout 
	{
	}

}
