lilypond-user
[Top][All Lists]
Advanced

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

Re: tag issue


From: Gianmaria Lari
Subject: Re: tag issue
Date: Mon, 15 Apr 2019 18:19:32 +0200



On Sat, 13 Apr 2019 at 13:06, Thomas Morley <address@hidden> wrote:
Am Sa., 13. Apr. 2019 um 12:20 Uhr schrieb Gianmaria Lari
<address@hidden>:
>
> Harm, if I understood corretly the code:
>
> \version "2.18.2"
> \tagGroup #'(testOne testTwo)
>
> music = {
>   \tag #'testOne a
>   \tag #'testTwo b
> }
> \keepWithTag #'testOne {\music~\music}
>
>
> is converted to:
>
> \keepWithTag #'testOne  {
>
>   \tag #'testOne a
>   \tag #'testTwo b
> ~
>   \tag #'testOne a
>   \tag #'testTwo b
>
> }
>
>
> But then why lilypond removes the tie? Shouldn't just remove the _expression_ following testTwo that is "b" ?

Some steps back.
(1) How are Ties done in LilyPond?
For note-events a TieEvent is added to the note's articulations-property, see:
\void \displayMusic b4~

I tried your examples and now I understood perfectly how does it works. Everything is very clear now. 
Thanks a lot, g.


reply via email to

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