Thanks.  Using:
\score
   \context Staff <<
      \global
      { \part }
   >>
}

for a part and
\score
   \context StaffGroup <<
      \global
      \new Staff { \part1 }
      \new Staff { \part2 }
   >>
}

for similar parts seems to work (key signature spacing is good). I will now see what happens if I go back to 's' in the global block.

In the second example, you will get an additional stave. You may want to use the following construct instead.

\score
   \context StaffGroup <<
      \new Staff << \global \part1 >>
      \new Staff { \part2 }
   >>
}


/Mats



_______________________________________________ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to