Re: Double ties: Can't tweak both ties.

2018-03-12 Thread Arle Lommel
Found a solution, in this: \override TieColumn.tie-configuration = #'((3.5 . 1) (5.5 . 1)) It’s not as precise as I’d like to be, but it gives me this, which is clear: I’d prefer to have the direct control, but as that appears to be buggy (and not just counter-intuitive), this will do

Re: Double ties: Can't tweak both ties.

2018-03-12 Thread Arle Lommel
Thank you for looking at what I sent earlier, Carl. Turns out that it *doesn’t* actually work like I thought it did. Here is a real tiny example of the problem: \version "2.18.2" \relative c'' { \tieUp 2 2 ~ | 1 | 1 | } That yields this: First tie moved as expe

Re: Double ties: Can't tweak both ties.

2018-03-12 Thread Arle Lommel
gt; > From: Arle Lommel mailto:arle.lom...@gmail.com>> > Date: Monday, March 12, 2018 at 10:55 AM > To: mailto:lilypond-user@gnu.org>> > Subject: Double ties: Can't tweak both ties. > >   <> > I figured it would be no problem to fix this by tweakin

Re: Double ties: Can't tweak both ties.

2018-03-12 Thread Carl Sorensen
From: Arle Lommel Date: Monday, March 12, 2018 at 10:55 AM To: Subject: Double ties: Can't tweak both ties. I figured it would be no problem to fix this by tweaking the shape of ties, like so: 1-\shape #'((0 . 0.5) (0 . 2) (0 . 2) (0 . 0))~ | 1-\s

Double ties: Can't tweak both ties.

2018-03-12 Thread Arle Lommel
[I hope this doesn’t turn up twice. I’h having trouble sending from another email address and it doesn’t seem that my previous attempt to send this worked. So apologies if it does come through twice from different addresses.] Hoping someone can help me on this, as I have not found any way to fix

Double ties: Can't tweak both ties.

2018-03-12 Thread Arle Lommel
Hoping someone can help me on this, as I have not found any way to fix this problem, despite trying all sorts of things and searching for anything similar. I have some polyphonic music where some double ties are crashing with notes in another voice. It looks like this: The relevant code looks