Yes, that is what I was looking for. Thanks!
> On 11 Feb 2020, at 17:35, Knute Snortum <ksnor...@gmail.com> wrote: > > I don't know about compact, but this is how I would realize a trill: > > %%% Start %%% > \version "2.19.84" > > theMusic = { > c''4 > \tag layout { c''2 } > \tag midi { \repeat unfold 16 { c''64 d''64 } } > c''4 | > } > > % Typeset only > \score { > \keepWithTag layout > << \theMusic >> > \layout { } > } > > % Midi only > \score { > \keepWithTag midi > << \theMusic >> > \midi { } > } > %%% End %%% > > --- > Knute Snortum > (via Gmail)