lilypond-user
[Top][All Lists]
Advanced

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

Re: Acciaccaturas under slurs


From: Neil Puttock
Subject: Re: Acciaccaturas under slurs
Date: Sat, 15 May 2010 16:52:04 +0100

On 15 May 2010 16:42, Graham Percival <address@hidden> wrote:

> You can kind-of fake it with a phrasing slur.  \( \)
> This runs into problems if you want an acciacatura, slur, and
> phrasing slur, though.  If you really need that, I'd fake the
> accia slur with postscript.

OTOH, if you don't need the slur from the acciaccatura, you can use
\grace with a Stem override:

\relative c' {
  a4(
  \once \override Stem #'stroke-style = #"grace"
 \grace b8 c4 d)
}

Cheers,
Neil



reply via email to

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