\include "cello.ly"


\score {
  <<
    \context Staff=CelloStaff \celloNotes
  >>
  
    \header {
       instrument = "Cello"
    }
}


