lilypond-user
[Top][All Lists]
Advanced

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

Tie multiple voice music contained in variable


From: Gianmaria Lari
Subject: Tie multiple voice music contained in variable
Date: Wed, 13 Nov 2019 08:38:49 +0100

The following code containing a tie between variables, compiles and works perfectly:

\version "2.21.0"
pa = {e'1}
{ \pa~\pa }  %here is the tie!

Is there any way to do the same in case the variable contains two voices like in the following code?

\version "2.21.0"
pa = {<< {e'1}\\{c'1}>>}
{ \pa~ \pa } %this does not compile

Thank you, g.


reply via email to

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