hi, maybe I'm missing something. I did not try your solution, but I suppose it works fine. but how would you append lyrics? \addlyrics gives a syntax error (unexpected \addlyrics), and \lyricsto requires different named voice contexts in which I could not get your solution to work.
Cheers Jürgen Xavier Scheuer wrote: > > On 22 January 2011 20:07, James Bailey <[email protected]> > wrote: >> >> I haven't checked it, but they're probably in different voice contexts. >> Possible explicity doing a \new Voice = first and \context Voice = first >> where appropriate may solve the problem. > > Yes, or simply putting all in a \new Voice works: > > \version "2.13.46" > > partOne = \relative c' { > c4 e g e~ > } > > partTwo = \relative c' { > e1 > c4 e g e~ > e1 > } > > \score { > \new PianoStaff << > \set PianoStaff.midiInstrument = "acoustic grand" > \new Staff { > \tempo 4 = 120 > \new Voice { > \partOne > \partTwo > } > } > >> > \midi { } > \layout {} > } > > > Cheers, > Xavier > > -- > Xavier Scheuer <[email protected]> > > _______________________________________________ > lilypond-user mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/lilypond-user > > -- View this message in context: http://old.nabble.com/How-to-tie-the-last-note-of-one-variable-to-the-first-note-of-another-variable--tp30737881p30746146.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
