lilypond-user
[Top][All Lists]
Advanced

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

Re: MIDI ties


From: Jean Abou Samra
Subject: Re: MIDI ties
Date: Thu, 22 Oct 2020 10:50:36 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

Le 22/10/2020 à 10:40, Andrew Bernard a écrit :

Hmm. That example, using explicit ties like e.g. <c _~ d ^~> now works
fine for me, exactly duplicating your MIDI piano roll. Needs further
investigation by me. However, using <c d> ~ is the answer I was
unaware of for years! I never thought to _not_ put a direction
specifier.

Andrew

Hi Andrew,

Note that even if you need to specify the directions explicitely (which, in principle, you rarely do), you can keep this syntax and override a property.

\version "2.23.0"

\relative {
  \override TieColumn.tie-configuration = #'((-2 . 1) (-4 . 1) (-6 . 1))
  <c' e g>~ q
  \revert TieColumn.tie-configuration
}

See here: https://lilypond.org/doc/v2.21/Documentation/internals/tie_002dcolumn_002dinterface

Best,
Jean




reply via email to

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