Re: acciacatura without slur

2009-03-12 Thread Kees van den Doel
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.1

RE: acciacatura without slur

2009-03-12 Thread Nick Payne
If it's only a few, you could use \once \override Slur #'transparent = ##t \acciaccatura Nick > -Original Message- > From: lilypond-user-bounces+nick.payne=internode.on@gnu.org > [mailto:lilypond-user-bounces+nick.payne=internode.on@gnu.org] On > Behalf Of Kees van den Doel > Sen

Re: acciacatura without slur

2009-03-12 Thread Patrick McCarty
On Thu, Mar 12, 2009 at 11:29 AM, Kees van den Doel 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" } stopG