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
bug-lilypond@gnu.org
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: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



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

Reply via email to