lilypond-devel
[Top][All Lists]
Advanced

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

wrong position of rhythmic dots


From: Werner LEMBERG
Subject: wrong position of rhythmic dots
Date: Mon, 22 Mar 2004 00:51:03 +0100 (CET)

I wonder whether a patch similar to

  * lily/stem.cc (position_noteheads): rounding error robustness.

(from 2004-01-25) can fix the problem with incorrectly positioned
rhythmic dots -- you told me that you can't repeat the problem.


    Werner

======================================================================

%
% This file shows problems with rhythmic dots in smaller staves.
% CVS 2004-03-21 17:12 MET.
%
% . The algorithm for computing position of rhythmic dots sometimes
%   produces wrong results.
%
%   This is a severe bug.

\version "2.1.32"

\score {
  <<
    \new Staff \with {
      fontSize = #-4
      \override StaffSymbol #'staff-space = #(magstep -4)
    }
    \notes \relative c' {
      <d f>4. <d f> <e g>4 |
    }
    \new Staff
    \notes \relative c' {
      <d f>4. <d f> <e g>4 |
    }
  >>

  \paper {
    raggedright = ##t
  }
}

% EOF

PNG image


reply via email to

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