bug-lilypond
[Top][All Lists]
Advanced

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

no space after key signature unless time signature


From: Han-Wen Nienhuys
Subject: no space after key signature unless time signature
Date: Sat, 7 Feb 2004 01:44:34 +0100

address@hidden 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   |   address@hidden   |   http://www.xs4all.nl/~hanwen 





reply via email to

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