2 \new Staff \with { \smallStaff } <<
3 \keepWithTag #(*tag-global*) \global
4 \keepWithTag #(*tag-notes*) \includeNotes #(*note-filename*)
6 $(if (*instrument-name*)
7 (make-music 'ContextSpeccedMusic
9 'element (make-music 'PropertySet
10 'value (make-large-markup (*instrument-name*))
11 'symbol 'instrumentName))
13 $(or (*score-extra-music*) (make-music 'Music))
16 indent = #(if (*instrument-name*)
18 (or (*score-indent*) smallindent))
19 ragged-last = #(*score-ragged*)