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.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to