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

Reply via email to