lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Ornaments in MIDI


From: Knute Snortum
Subject: Re: Ornaments in MIDI
Date: Tue, 11 Feb 2020 08:35:20 -0800

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 <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]