Federico,

 

Since a “grace” and an “acciaccatura” are different, their formatting is 
different. From what you describe does the following work?

 

\relative c'' {

  s2 b \acciaccatura { \bar "" a8 \bar "|" }

  g

}

 

Mark

 

 

From: lilypond-user-bounces+carsonmark=ca.rr....@gnu.org 
[mailto:lilypond-user-bounces+carsonmark=ca.rr....@gnu.org] On Behalf Of 
Federico Bruni
Sent: Sunday, November 09, 2014 10:23 AM
To: Lilypond-User Mailing List
Subject: how to get an acciaccatura (with stroke) at the end of barline?

 

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

}

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to