The original problem turned out to be that you had a separate
line of "music" containing time signatures and bar lines that
ended up in a separate Staff context.
I thought that Han-Wen changed \skip to fix that.
A simple solution to that is to explicitly include this line of "music" in an existing Staff context. In your original example from http://mail.gnu.org/archive/html/bug-lilypond/2004-01/msg00260.html you could for example do the following change:
\score { - << + \context Staff = flute << \dyxxvicom \property Score.skipBars = ##t \property Score.MultiMeasureRest \override #'expand-limit = #1 \property Score.MultiMeasureRestNumber \override #'padding = #0 \property Score.DynamicLineSpanner \override #'padding = #1.0 - \context Staff = flute { \cli } + { \cli } >> - \paper { \translator { \RemoveEmptyStaffContext } } +% \paper { \translator { \RemoveEmptyStaffContext } } }
I will try that soon.
I don't fully understand how these contexts work. Is there somewhere in the manual I can read to understand this better?
Thanks,
Paul
_______________________________________________ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond
