lilypond-user
[Top][All Lists]
Advanced

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

Re: how to get an acciaccatura (with stroke) at the end of barline?


From: Federico Bruni
Subject: Re: how to get an acciaccatura (with stroke) at the end of barline?
Date: Sun, 09 Nov 2014 22:58:52 +0100

Il giorno dom 9 nov 2014 alle 22:39, David Nalesnik <address@hidden> ha scritto:
I'm late to the party, but here's how you could do it anyway.  (It is a strange way to indicate the termination of the trill.  Why the tie?)

 \version "2.18.2"

\relative c''' {
  s2 \afterGrace b2\trill~ {
    \once \stemDown
    \once \override Flag.stroke-style = #"grace"
    a8
  }
  b16
}

Thanks David, this is perfect!


reply via email to

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