lilypond-user
[Top][All Lists]
Advanced

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

Re: MIDI ties


From: Aaron Hill
Subject: Re: MIDI ties
Date: Wed, 21 Oct 2020 20:00:39 -0700
User-agent: Roundcube Webmail/1.4.9

On 2020-10-21 7:48 pm, Andrew Bernard wrote:
More handholding for MIDI output. I notate ties in chords with
individual ties up and down depending on the note position, not just
using a tie for the whoie chord <> construct. These ties do not appear
in the MIDI output. Is how I do the ties unsupported? It would be a
pity to redo hundreds of pages just for the MIDI version of the score.

Do you have a MWE that shows how you do things? The following works fine:

%%%%
\version "2.20.0"

\score{
  { \time 3/4 <c' e' g'>4 ~ 4 ~ 4
    <c'~ e' g'~>4 <c' f'~ g'~> <d' f' g'> }
  \layout {} \midi {}
}
%%%%


-- Aaron Hill

Attachment: midi-tie.png
Description: PNG image


reply via email to

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