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. 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 } }
 }


/Mats


Paul Scott wrote:
Han-Wen Nienhuys wrote:

[EMAIL PROTECTED] writes:


level. Therefore, I have altered the definition of \skip to be
different from "s", so that \skip may be used like you did.

So I should use \skip in my globals instead of s?


Yes. If you use current CVS, that is.

In 2.1.24 \skip no longer fixes the space after key signature problem.

Paul



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

-- ============================================= Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe =============================================


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

Reply via email to