bug-lilypond
[Top][All Lists]
Advanced

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

bug in rythm font engraving


From: José Luis Cruz
Subject: bug in rythm font engraving
Date: Sat, 3 Jan 2004 22:08:25 +0100

Hello,

i've just noticed that the visualization of the rythmic section has
changed badly after upgrading to 2.1.5. I searched for confirmation at
the http manual on web page, for being sure if it was my installation
or it was general, and i found the evidence also there.

Seems the stems doesn't realize that the noteheads are rythmic, and
then...

Just look at the .pngs that i attach, captures of the same code
output. But one is compiled with lilypond 2.1.2 and the another is
compiled with 2.1.5. Look at the differences. The stems are not
correctly aligned, and they are too long. The font looks bolder
also... but i suppose that it is a feature ;) isnt it?

I've got the code of manual, so it's correct. I've only added the
paper{} line. And the captures are from the postcript output augmented
10 times.


%----CODE---
% Generated automatically by: lilypond-book.py
% options are quote singleline verbatim
\include "paper16.ly"
\paper  {
  raggedright = ##t
  indent = 0.0\mm
   
}
\include "drumpitch-init.ly"
up = \notes { \property Staff.midiInstrument = #'"drums"
        crashcymbal4 hihat8 halfopenhihat hh hh hh openhihat }
down = \notes { \property Staff.midiInstrument = #'"drums"
        bassdrum4 snare8 bd r bd sn4 }
\score {
    \apply #(drums->paper 'drums) \context Staff <<
        \clef percussion
        \new Voice { \voiceOne \up }
        \new Voice { \voiceTwo \down }
    >>
    \midi{}
    \paper{}
}
%---CODE---



greetings,

joseluis

Attachment: rythm-2.1.2.png
Description: PNG image

Attachment: rythm-2.1.5.png
Description: PNG image


reply via email to

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