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)


On Tue, Feb 11, 2020 at 5:37 AM Hans Åberg <haber...@telia.com> wrote:

> Is there a compact way to expand the ornaments by hand in the MIDI output.
> (The command \articulate does not produce what I wish.)
>
>
>
>

Reply via email to