[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Space soo small at beginning of line when having instuments in diffe
From: |
Erik Sandberg |
Subject: |
Re: Space soo small at beginning of line when having instuments in different keys |
Date: |
Mon, 11 Apr 2005 13:39:31 +0200 |
User-agent: |
KMail/1.7.2 |
On Sunday 10 April 2005 22.00, André Allavena wrote:
> Hello,
>
> I noticed the following bug, using GNU LilyPond 2.4.2 (the Debian
> package) Version: 2.4.2-1
> with Package: ec-fonts-mftraced Version: 1.0.7-1
> Going back to my printed score, I also had it with version 2.3.22
> Consider a score with instuments having different key signatures. One
> instrument is in D, the others in C. The spacing between the two sharps
> of the key signature and the first note of the line is too small (not
> to say inexistant). This only happens at the beginning of a line where
> there is no time signature. It also seem to happen only when the other
> instuments are in C (that is, nothing in the key signature).
Thanks, added this bug to cvs, as spacing-keysig-note.ly.
Erik
%
%André Allavena <address@hidden>
\version "2.4.2"
\header {
reportedin = "2.4.2"
texidoc = "The space between key signature and note is sometimes too small,
when different staffs have different key signatures."
}
\relative <<
\new Staff {\key d\major d''4 d d d \break d4 d d d }
\new Staff {d,1 d }
\new Staff {d1 d }
>>