Yes, that is what I was looking for. Thanks!
> On 11 Feb 2020, at 17:35, Knute Snortum 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 {
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 on