lilypond-user
[Top][All Lists]
Advanced

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

Re: variable and tie


From: David Kastrup
Subject: Re: variable and tie
Date: Fri, 13 Apr 2018 09:13:06 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Gianmaria Lari <address@hidden> writes:

> I would like to tie the last note contained in a variable like this
>
> \version "2.19.81"
> var = {a b a}
> {\var ~ a}
>
> but this generates an error. This is just a simple example, the reason why
> I would like to do this is because the variable in the real piece is used
> many times without the tie except in one case where it has to be tied.
>
> At the moment I do this
>
> \version "2.19.81"
> var = {a b \tag #'lastnote a}
> {\removeWithTag #'lastnote \var a ~ a}
>
> but I would like to know if there are other solution (maybe better?).

2.21.0 (current master) accepts it as-is.

-- 
David Kastrup



reply via email to

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