bug-lilypond
[Top][All Lists]
Advanced

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

Re: Wrong spacing of leading upbeat


From: Mats Bengtsson
Subject: Re: Wrong spacing of leading upbeat
Date: Tue, 08 Jan 2008 07:47:42 +0100
User-agent: Thunderbird 2.0.0.5 (X11/20070716)

The example can be shortened to

\version "2.11.36"
\relative c''{
 \tempo 4. = 76
 a g f e |
}
\layout{ragged-right = ##t }

which shows that metronome marks affect the note spacing. This is a regression
bug compared to LilyPond 2.10.

I have fixed the bug in the source code repository. Waiting for the next
release, you can workaround the problem by adding
\override Score.MetronomeMark  #'extra-spacing-width = #'(+inf.0 . -inf.0)
before the \tempo command.

   /Mats

Raphael Manfredi wrote:
I could not reproduce the problem with a small example, so I'm
giving the full file, since it is for a short piece anyway.

The upbeat formatting is wrong.  As you can see, the space between
the leading 2 8ths is too large: it should be the same as the
other 8ths in the piece.

Raphael
------------------------------------------------------------------------

_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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