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: David Nalesnik
Subject: Re: how to get an acciaccatura (with stroke) at the end of barline?
Date: Sun, 9 Nov 2014 15:39:39 -0600

Hi,

On Sun, Nov 9, 2014 at 2:42 PM, Federico Bruni <address@hidden> wrote:
Il giorno dom 9 nov 2014 alle 20:52, Mark Stephen Mrotek <address@hidden> ha scritto:

OK, I see it. I practice the piano, some Bach, and the notation seems unusual to me (perhaps my limited experience). An after grace concludes a trill and proceeds into the next note. In the measure 159 the trilled note (“b”) is tied to the subsequent “b.”

 


It is unusual also to me. 

Do you have another edition to compare the notation? I shall look also.


Augener's edition seems better, I'll use that and add a comment (I'm transcribing for Mutopia..)



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
}


reply via email to

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