lilypond-user
[Top][All Lists]
Advanced

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

Re: grace note without slurred but needs a slashed stem


From: Mark Polesky
Subject: Re: grace note without slurred but needs a slashed stem
Date: Tue, 20 Jan 2009 08:46:10 -0800 (PST)

Robin Bannister wrote:
> Or precede \grace with 
> \once \override Stem  #'stroke-style = #"grace"

Also remember that you can save typing with an identifier:

_________________________________________________________


\version "2.12.1"

mygrace = #(define-music-function (parser location music) (ly:music?)
  #{ \once \override Stem  #'stroke-style = #"grace" \grace $music  #})

\relative c'' {
  \grace b8 c4
  \mygrace b8 c4
  \appoggiatura b8 c4
  \acciaccatura b8 c4
}

_________________________________________________________


- Mark



      

Attachment: grace-slurs.png
Description: PNG image


reply via email to

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