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: Paul Scott
Subject: Re: no space after key signature unless time signature
Date: Tue, 17 Feb 2004 03:09:13 -0700
User-agent: Mozilla Thunderbird 0.5 (X11/20040209)

Mats Bengtsson wrote:

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





reply via email to

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