Paul Hodges
Cc: lilypond-user
Sent: 12/10/2023 17:11
Subject: Re: How to end a trill with an acciaccatura in the same measure
Hi Paul,
Nice and clean solution! After some tweaks I've got what I wanted with the
following code
\afterGrace 15/16 d''1\( \t
is:
>
> { \afterGrace d''1\trill( { c''16_\( d'' } e''2)\) }
>
> Paul
>
>
> * From: * Volodymyr Prokopyuk
> * To: * lilypond-user
> * Sent: * 12/10/2023 14:58
> * Subject: * How to end a trill with an acciaccatura in the same
The way I'd do it is:
{ \afterGrace d''1\trill( { c''16_\( d'' } e''2)\) }
Paul
From: Volodymyr Prokopyuk
To: lilypond-user
Sent: 12/10/2023 14:58
Subject: How to end a trill with an acciaccatura in the same measure
Hi,
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