lilypond-user
[Top][All Lists]
Advanced

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

Re: define-music-function with afterGrace and {}


From: Aaron Hill
Subject: Re: define-music-function with afterGrace and {}
Date: Fri, 23 Feb 2024 05:20:48 -0800

On 2024-02-23 4:46 am, jcarll@web.de wrote:
My previous attempt:

   graceGliss =
   #(define-music-function
      (starttone endtone)
      (ly:music? ly:music?)
      #{
        \afterGrace #starttone \glissando {\once \hide Stem
   \parenthesize #endtone}
      #})

doesn't work, Return Code 1.

You will need to include whitespace between #endtone and the closing brace that follows.


-- Aaron Hill



reply via email to

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