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

Reply via email to