Avrella Problem Report 342

Title: Limit vertical lines for end section markers

Priority: 4   Version detected: 1.04   Version fixed: 1.05  

Problem Description :  

Raised:18-Sep-2007

Problem description:

Limit vertical lines for end section markers. (Occurs when setting End Line distance from staff > 4) Ref: pr342.avrella
---------------------------------------------------------------------------
18-Sep-2007 Assigned.
---------------------------------------------------------------------------
20-Sep-2007 Investigated by David
Ref: AvrView::DrawStaff() - takes space setting and multiplies it to determine vertical line.
---------------------------------------------------------------------------
20-Sep-2007 Resolved by David

Fixed in version: 1.05
Code modified:
if(space > MIN_EL_SP_DEFAULT)
space_limit_vert_draw = MIN_EL_SP_DEFAULT;

Thus will not draw vertaical line > (MIN_EL_SP_DEFAULT * HALF_STFLINE_SP)
---------------------------------------------------------------------------
03-Dec-2007 Verified by David

Verified for version: 1.05
---------------------------------------------------------------------------
03-Dec-2007 Closed by David

 

 

This webpage was last updated on 11-Feb-2010 at 03:13:14 PM