lilypond-user
[Top][All Lists]
Advanced

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

Re: acciacatura without slur


From: Kees van den Doel
Subject: Re: acciacatura without slur
Date: Thu, 12 Mar 2009 21:57:34 -0700

Works. I did look at the hints in ly/grace-init.ly but they didn't help.
You did (with 2 solutions!).
Thanks^2.

Kees

> > 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]