note collision when in a chord there is a second above or below an unison

2019-01-06 Thread Davide Bonetti
Hello everyone! Is there a way to avoid the note collision that appears in this example? \score {   1 } thanks. Davide --- Questa e-mail è stata controllata per individuare virus con Avast antivirus. https://www.avast.com/antivirus ___ lilypond-u

Re: note collision when in a chord there is a second above or below an unison

2019-01-06 Thread Malte Meyn
Am 06.01.19 um 16:08 schrieb Davide Bonetti: Hello everyone! Is there a way to avoid the note collision that appears in this example? \score {   1 } Short answer: yes. Long answer: You can do almost anything in LilyPond. In your case you could try changing the output (f. e. extra-offset

Re: note collision when in a chord there is a second above or below an unison

2019-01-07 Thread Malte Meyn
Hi Davide, please tell us what output you expected. Am 06.01.19 um 18:41 schrieb Malte Meyn: Long answer: You can do almost anything in LilyPond. In your case you could try changing the output (f. e. extra-offset) or the inpult (f. e. use multiple voices). But you have to know what the output

Re: note collision when in a chord there is a second above or below an unison

2019-01-09 Thread Davide Bonetti
Hi Malte, The output could be like in the attached image. I obtained it in Musescore, manually moving the notes. Cheers. Davide Il 08/01/2019 08:15, Malte Meyn ha scritto: Hi Davide, please tell us what output you expected. Am 06.01.19 um 18:41 schrieb Malte Meyn: Long answer: You can do a

Re: note collision when in a chord there is a second above or below an unison

2019-01-09 Thread Paolo Cantamessa
Hi Davide, try this: \score { 1 } Bye. Paolo [image: Mailtrack] Sender notified by Mailtrack 09/01/19

Re: note collision when in a chord there is a second above or below an unison

2019-01-12 Thread Davide Bonetti
Thank you Paolo, it works well for whole note without alteration. If the note is altered, however, there is a collision with the alteration, as you can see with this code: \score {    1 } Do you (or someone else) know where in the source code is handled the position of the notes in a chord?

Re: note collision when in a chord there is a second above or below an unison

2019-01-12 Thread Paolo Cantamessa
Hi David, maybe this solution works but it is not really professional: \score { { \once \override Accidental.extra-offset = #'(-1.5 . 0) 1 } } Good luck. Paolo Il sab 12 gen 2019, 22:00 Davide Bonetti ha scritto: > Thank you Paolo, > > it works well for whole note without altera

Re: note collision when in a chord there is a second above or below an unison

2019-01-12 Thread Carl Sorensen
From: Davide Bonetti Date: Saturday, January 12, 2019 at 2:00 PM To: Paolo Cantamessa Cc: Malte Meyn , Subject: Re: note collision when in a chord there is a second above or below an unison Do you (or someone else) know where in the source code is handled the position of the notes in a

Re: note collision when in a chord there is a second above or below an unison

2019-01-13 Thread Davide Bonetti
Hi Paolo, your solution works but generates collision between the sharp and the time signature :) I tried this: \score {   {     1   } } and there is no collision with time signature. However, if the chord is my code doesn't work well again. I think that there is not an easy solution th

Re: note collision when in a chord there is a second above or below an unison

2019-01-13 Thread Davide Bonetti
Il 13/01/2019 00:46, Carl Sorensen ha scritto: I think that Lilypond does the right thing. Thank you for your opinion, but I think a collision is not a right thing. There should never be a unison and a second in a chord. I know that is not a very common situation. I'll show you two example