lilypond-user
[Top][All Lists]
Advanced

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

Re: Ornaments in MIDI


From: Hans Åberg
Subject: Re: Ornaments in MIDI
Date: Tue, 11 Feb 2020 17:48:09 +0100

Yes, that is what I was looking for. Thanks!


> On 11 Feb 2020, at 17:35, Knute Snortum <address@hidden> 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)




reply via email to

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