lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Merge two pitches of different


From: Volodymyr Prokopyuk
Subject: Re: Merge two pitches of different
Date: Wed, 21 Aug 2024 19:49:47 +0200

Hi Jean,

It worked!

Thank you!

On Wed, Aug 21, 2024 at 6:59 PM Jean Brefort <jean.brefort@free.fr> wrote:
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.

Le mercredi 21 août 2024 à 18:05 +0200, Volodymyr Prokopyuk a écrit :
> Hi,
>
> The the following snippet
> 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 achieve the following
>
> image.png
>
>
> \version "2.25.18"
>
> \relative {
>   \clef treble
>   \key g \major
>   \time 2/4
>   <<
>     \new Voice = voiceOne \relative {
>       \voiceOne
>       \mergeDifferentlyDottedOn
>       b''8. a16
>     }
>     \new Voice = voiceTwo \relative {
>       \voiceTwo
>       \tuplet 3/2 { b''16 fis d } \tuplet 3/2 { b d a' }
>     }
>   >>
> }
>
> Thank you very much,
> Vlad


reply via email to

[Prev in Thread] Current Thread [Next in Thread]