lilypond-user
[Top][All Lists]
Advanced

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

Re: Tie multiple voice music contained in variable


From: Gianmaria Lari
Subject: Re: Tie multiple voice music contained in variable
Date: Wed, 13 Nov 2019 12:37:59 +0100

Ciao Aaron,

[....] 
And you can use tags if you need the tie to be conditional:

%%%%
\version "2.19.83"

multipleVoiceConditionalTie = \fixed c' {
   << { g4 \tag #'tie a~ \tag #'noTie a } \\ { e2 } >>
}

Yes, I didn't forget tags; but to me they are syntactically difficult to use. I always make million of mistakes before my code compiles correctly so I keep them as a last resort.

Thanks a lot!
Ciao, Gianmaria

reply via email to

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