lilypond-user
[Top][All Lists]
Advanced

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

Re: Ties across variables


From: Eluze
Subject: Re: Ties across variables
Date: Sat, 23 Mar 2013 03:26:47 -0700 (PDT)

James Harkins-2 wrote
> I've run into this limitation a few times -- enough that it's now
> worth asking about.
> 
> ~~
> notesA = \relative c'' { c d e f ~ }
> notesB = \relative c'' { f e d c }
> \new Staff { \notesA \notesB }
> ~~
> 
> This doesn't render the tie. I'm sure there's a good reason why the
> tie can't carry over from one variable into an immediately following
> variable, but it's not always easy to work around.

just put them in a single voice:

\new Staff \new Voice {\notesA \notesB }

hth
Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Ties-across-variables-tp143252p143253.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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