bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 326 in project lilypond


From: Mats Bengtsson
Subject: Re: Issue 326 in project lilypond
Date: Fri, 02 Mar 2007 11:23:55 +0100
User-agent: Thunderbird 1.5.0.9 (X11/20061206)



Werner LEMBERG wrote:
Hmm.  After some testing I think I've now really found a bug.  In the
code below, I get four staves instead of three -- this makes it
impossible (or very complicated) to have more than a single alias in a
line.  Ideas?
This is equivalent to
http://code.google.com/p/lilypond/issues/detail?id=127
which apparently was fixed in some earlier 2.11 version but has
reappeared in 2.11.20.
Besides this, the spacing right after the `C' in the new staff is too
tight -- if there is a spacing at all: It looks as if the glyph boxes
are directly attached...

That's easily solved using
\layout{
 \context{
   \Score
   \override SpacingSpanner #'average-spacing-wishes = ##f
 }
}

  /Mats





reply via email to

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