Hi Jesse,
If \context allegedly allows one to add notes to an existing context, why does the following example not do so?\version "2.10.33" \new Staff = "mycontext" \relative c' { c4 d e f g2. } \context Staff = "mycontext" \relative c' { g'4 g f e d c1 }
Because you have asked (implicitly) for two different Staff contexts. =)
What you want is to force the two musics to be *consecutive* rather than *concurrent*:
{ \new Staff = "mycontext" \relative c' { c4 d e f g2. } \context Staff = "mycontext" \relative c' { g'4 g f e d c1 } }
Hope this helps! Kieren. _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
