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