Ties across variables

2013-03-23 Thread James Harkins
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

Re: Ties across variables

2013-03-23 Thread Eluze
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