lilypond-user
[Top][All Lists]
Advanced

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

Re: afterGrace and slashedGrace


From: Federico Bruni
Subject: Re: afterGrace and slashedGrace
Date: Sat, 27 Dec 2014 12:20:14 +0100

Thanks Pierre!

Just found my previous question:
https://lists.gnu.org/archive/html/lilypond-user/2014-11/msg00261.html

I see that if I change the direction of the slashed stem it appears a bit too long (I think) and I must tweak it, see commented line below:

\version "2.19.15"
\relative c'' {
  r2 \afterGrace 
  c2 {
    \once\override Flag.stroke-style = #"grace"
    d8 
  }
  
  \afterGrace 
  c1 {
    \once\override Flag.stroke-style = #"grace"
    \once\stemDown
    %\once\override Stem.length = #4.5
    d8 
  }
}



Il giorno sab 27 dic 2014 alle 12:01, Pierre Perol-Schneider <address@hidden> ha scritto:
Hi Federico,
There's a conflict between \afterGrace and \slashedGrace in your coding.
How about :

\version "2.19.15"
\relative c'' {
  \afterGrace
  c1 {
    \once\override Flag.stroke-style = #"grace"
    d8
  }
}


HTH,
Pierre

2014-12-27 11:35 GMT+01:00 Federico Bruni <address@hidden>:
I think that I already asked the same question few weeks ago but can't find it in my inbox nor in the archives.
How can I use slashedGrace for a grace note at the end of a bar?

\version "2.19.15"
\relative c'' {
  \slashedGrace d8 d4 r2. |
  \afterGrace c1 { d8 } |
  
  % the grace note is printed as normal note (bigger) and without the slashed stem
  \afterGrace c1 { \slashedGrace d8 } |
}

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



reply via email to

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