lilypond-user
[Top][All Lists]
Advanced

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

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


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

As I need to use \afterGrace to be able to put the grace at the end of barline, I lose the automatic formatting given by \acciaccatura.
I think that I should  change the stencil of the Flag but I don't know which are the possible values. I've looked up here:
http://lilypond.org/doc/v2.18/Documentation/internals/flag

\version "2.18.2"

%% Acciaccatura at the end of barline

\relative c'' {
  s2 \afterGrace b {
    \once \stemDown
    % how to get a stroke on the flag?
    %\once \override Flag.stencil = #???
    a8
  }
  g
}

reply via email to

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