lilypond-user
[Top][All Lists]
Advanced

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

How to end a trill with an acciaccatura in the same measure


From: Volodymyr Prokopyuk
Subject: How to end a trill with an acciaccatura in the same measure
Date: Thu, 12 Oct 2023 15:58:11 +0200

Hi,

I'd like to achieve the below
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.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

reply via email to

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