[EMAIL PROTECTED] writes:
> In the last several versions including 2.1.5 there is no space after a
> key signature unless there is a time signature.
> 

The problem is caused  by

> dyxxvicom = \notes{ 
>     \time 2/2 s1*3 \repeat volta 2 { s1 } s1*20
>     \time 4/4 s1*40 \bar "|."
> }
> \score {
>     <<
>       \dyxxvicom
        ^^^^^^^^^^

It creates an empty Staff: s1 works similar to c1: it automatically
creates a staff.  The staff messes up the spacing due to a change
introduced in 2.1.something.  The empty staff is then

>     \paper { \translator { \RemoveEmptyStaffContext } }

removed. 


I agree that we need a mechanism to specify global stuff at score
level.  Therefore, I have altered the definition of \skip to be
different from "s", so that \skip may be used like you did.

--
 Han-Wen Nienhuys   |   [EMAIL PROTECTED]   |   http://www.xs4all.nl/~hanwen 



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

Reply via email to