lilypond-user
[Top][All Lists]
Advanced

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

Slur after a function


From: Paolo Prete
Subject: Slur after a function
Date: Fri, 23 Feb 2018 18:02:26 +0000 (UTC)

Hello,
is there a way to add a slur after the parameters given to \fun in the snippet below ?
The following code doesn't compile and I wonder if I can solve that by using another syntax...


fun = #(define-music-function (parser location num note) (number? ly:duration?)
#{ c' 4 #})

\score{
{
\fun #1 4 ( d' 4 )
}
}


reply via email to

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