bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: no space after key signature unless time signature


From: Mats Bengtsson
Subject: Re: no space after key signature unless time signature
Date: Tue, 17 Feb 2004 10:30:05 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113

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:

address@hidden 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
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

[Prev in Thread] Current Thread [Next in Thread]