On Thu, Mar 12, 2009 at 11:29 AM, Kees van den Doel <[email protected]> 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
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user