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
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
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