bug-gnu-music
[Top][All Lists]
Advanced

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

dots collide with staff-lines


From: Han-Wen Nienhuys
Subject: dots collide with staff-lines
Date: Sun, 4 Feb 2001 21:52:20 +0100

address@hidden writes:
> For some strange reason dots overlap the first and the last staff line -
> but not the three middle lines.
> Perhaps a bug introduced when you corrected dots aoutsides the staff?
> (1.3.125)

Thanks for the report. Try this:

--- side-position-interface.cc  Sun Feb  4 21:50:56 2001
+++ side-position-interface.cc~ Thu Nov 30 15:11:16 2000
@@ -172,7 +172,7 @@
       Real rad = Staff_symbol_referencer::staff_radius (me) *2 ;
       int ip = int  (rp);

-      if (abs (ip) <= rad && Staff_symbol_referencer::on_staffline (me,ip))
+      if (abs (ip) < rad && Staff_symbol_referencer::on_staffline (me,ip))
       {
         ip += d;
           rp += d;


-- 

Han-Wen Nienhuys   |   address@hidden    | http://www.cs.uu.nl/~hanwen/




reply via email to

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