lilypond-user
[Top][All Lists]
Advanced

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

Re: tie & tag


From: David Kastrup
Subject: Re: tie & tag
Date: Thu, 21 Nov 2019 17:35:53 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Gianmaria Lari <address@hidden> writes:

> I would expect this code
>
>
> \version "2.21.00"
> test = {\tag #'first c'
>         \tag #'second e'}
> \keepWithTag #'first {\test~\test}
> \keepWithTag #'second {\test~\test}
>
> ... generates two scores
>
> c~c
>
> and
>
> e~e
>
> but it doesn't! It generates
>
> c c
>
> and
>
> e~e
>
> Why no ties in the first score?

Why would there be a tie?  This is:

\keepWithTag #'first {\tag #'first c' \tag #'second e'~ ... }

> Any "fix"?

{ \keepwithTag #'first \test ~ \keepwithTag #'first \test }

-- 
David Kastrup



reply via email to

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