And you have taught me something in return!  I didn't know about the 
afterGraceFraction - which easily deals with my complaint about the spacing, 
which I was about to bring up on the list - you have saved me the 
embarrassment...


Thanks,
Paul 



 From:   Volodymyr Prokopyuk <volodymyrprokop...@gmail.com> 
 To:   Paul Hodges <p...@cassland.org> 
 Cc:   lilypond-user <lilypond-user@gnu.org> 
 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\( \trill { c16( d } | e2)\)







Thank you very much,
Vlad



On Thu, Oct 12, 2023 at 4:09 PM Paul Hodges <p...@cassland.org> wrote:

The way I'd do it is:


{ \afterGrace d''1\trill( { c''16_\( d'' } e''2)\) } 


Paul



 From:   Volodymyr Prokopyuk <volodymyrprokop...@gmail.com> 
 To:   lilypond-user <lilypond-user@gnu.org> 
 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
 

Reply via email to