lilypond-user
[Top][All Lists]
Advanced

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

Re: Tie between words


From: Aaron Hill
Subject: Re: Tie between words
Date: Fri, 17 Dec 2021 01:12:19 -0800
User-agent: Roundcube Webmail/1.4.9

On 2021-12-17 12:37 am, Adrian Oehm wrote:
I’ve tried the code you supplied, but unfortunately I keep getting the
following error:

"ly-syntax-constructors.scm:56:23: Wrong number of arguments to
#<procedure #f (m)>"

I get this trying to compile both with the code in my document and
also trying to compile yours.  One important thing I didn’t mention is
I’m still using 2.18.2 - I’m not sure if the code is trying to
reference things that are in later versions.

The define-*-function procedures changed between 2.18 and 2.20. You will need to explicitly name the parser and location arguments if you are running an older version:

%%%%
addTieStart =
#(define-music-function (parser location m) (ly:music?)
                         ^^^^^^^^^^^^^^^
%%%%


-- Aaron Hill



reply via email to

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