Re: dot flips horizontal alignment of voices

2019-10-10 Thread Werner LEMBERG
>> If it hasn’t changed since 2.19.82 you could use >> >> \override Staff.NoteCollision.prefer-dotted-right = ##f > > Thank you, this is exactly what I needed to find but didn't know how > to search for ... I've just added the corresponding snippet to the NR. Werner

Re: dot flips horizontal alignment of voices

2019-10-10 Thread Urs Liska
Hi Leo, Am 10.10.19 um 22:06 schrieb Leo Correia de Verdier: If it hasn’t changed since 2.19.82 you could use \override Staff.NoteCollision.prefer-dotted-right = ##f Thank you, this is exactly what I needed to find but didn't know how to search for ... Best Urs 10 okt. 2019 kl. 20:44

Re: dot flips horizontal alignment of voices

2019-10-10 Thread Leo Correia de Verdier
If it hasn’t changed since 2.19.82 you could use \override Staff.NoteCollision.prefer-dotted-right = ##f > 10 okt. 2019 kl. 20:44 skrev Urs Liska : > > Hi, > > The following code creates the attached result: > > \version "2.21.0" > > { > \time 3/8 > << >{ > c''4. c''4. >} >

dot flips horizontal alignment of voices

2019-10-10 Thread Urs Liska
Hi, The following code creates the attached result: \version "2.21.0" { \time 3/8 << { c''4. c''4. } \\ { b'4. b'8 [ a' ] } >> } The first measure is what I expect while in the second measure the mixed dot situation flips the horizontal alignment. I'm