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: Nikolay Kirov
Subject: Re: grace note without slurred but needs a slashed stem
Date: Tue, 27 Jan 2009 21:52:35 +0200

Hello Mark!

Your example is very useful, I have a similar problem, namely I would
like to produce \afterGrace like \acciaccatura:
with a slur and small note with a slashed stem.

Can you help me?

Nikolay

On Tue, Jan 20, 2009 at 6:46 PM, Mark Polesky <address@hidden> wrote:
> 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

> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user
>
>

-- 
Nikolay Kirov Kirov
http://www.math.bas.bg/~nkirov
Office: (+359) 2 979 2850, 2 811 0611
Home: (+359) 2 856 8627, 0887 198 221




reply via email to

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