lilypond-user
[Top][All Lists]
Advanced

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

Re: acciacatura without slur


From: Patrick McCarty
Subject: Re: acciacatura without slur
Date: Thu, 12 Mar 2009 11:40:08 -0700

On Thu, Mar 12, 2009 at 11:29 AM, Kees van den Doel <address@hidden> wrote:
> How can I remove the slur from acciacatura (or add a slash to grace)?

See the file ly/grace-init.ly for hints.  This is one possible solution:

%%%%
\version "2.12.2"

startGraceMusic = { \override Stem #'stroke-style = #"grace" }
stopGraceMusic = { \revert Stem #'stroke-style }
startAcciaccaturaMusic = \startGraceMusic
stopAcciaccaturaMusic = \stopGraceMusic

\relative c'' {
  g4 \grace { f8 } e8 d c2
  g'4 \acciaccatura { f8 } e8 d c2
}
%%%%


HTH,
Patrick




reply via email to

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