Hi Paul,
Nice and clean solution! After some tweaks I've got what I wanted with the
following code
\afterGrace 15/16 d''1\( \trill { c16( d } | e2)\)
[image: image.png]
Thank you very much,
Vlad
On Thu, Oct 12, 2023 at 4:09 PM Paul Hodges <[email protected]> wrote:
> The way I'd do it is:
>
> { \afterGrace d''1\trill( { c''16_\( d'' } e''2)\) }
>
> Paul
>
>
> * From: * Volodymyr Prokopyuk <[email protected]>
> * To: * lilypond-user <[email protected]>
> * Sent: * 12/10/2023 14:58
> * Subject: * How to end a trill with an acciaccatura in the same measure
>
> Hi,
>
> I'd like to achieve the below
> [image: image.png]
>
> With the following code
> <<
> \new Voice = voiceOne \relative {
> \voiceOne
> d''1( \trill | \stemDown e2)
> }
> \new Voice = voiceTwo \relative {
> \voiceTwo
> s2 s4. \acciaccatura { c''16 d } | s2
> }
> >>
> I was able to get the following
> [image: image.png]
>
>
> What is the recommended approach to finish a trill with two acciaccatura
> notes with stems up and slurred to the next note?
>
> Thank you in advance,
> Vlad
>
>