Re: Merge two pitches of different

2024-08-21 Thread Volodymyr Prokopyuk
Hi Jean, It worked! Thank you! On Wed, Aug 21, 2024 at 6:59 PM Jean Brefort wrote: > Hi, > > May be something like: > > << > \new Voice = voiceOne \relative { > \voiceOne > \mergeDifferentlyDottedOn > b''8.*10/9 a16*2/3 > } > \new Voice = voiceTwo \relative { >

Re: Merge two pitches of different

2024-08-21 Thread Jean Brefort
Hi, May be something like: << \new Voice = voiceOne \relative { \voiceOne \mergeDifferentlyDottedOn b''8.*10/9 a16*2/3 } \new Voice = voiceTwo \relative { \voiceTwo \tuplet 3/2 { b''16 fis d } \tuplet 3/2 { b d a' } } >> Hope this helps, Jean B.

Merge two pitches of different

2024-08-21 Thread Volodymyr Prokopyuk
Hi, The the following snippet [image: image.png] How can the last pitch A from both voices be merged? I understand that durations of the two pitches are different, so the default pitch merging does not happen. How can I achieve the desired duration of the pitch A in the first voice? I want to achi