Avrella Problem Report 376

Title: Tidy up tail lengths etc. for non standard note heads.

Priority: 3   Version detected: 1.08   Version fixed: 1.08  

Problem Description :  

Raised:29-Oct-2009

Problem description:

Ref: Test 6.2 Non standard note heads: Cross, Diamond, Square and Triangle - need to work through 6.2 and tidy up tail joins with the non standard note head.
---------------------------------------------------------------------------
29-Oct-2009 Assigned.
---------------------------------------------------------------------------
30-Oct-2009 Investigated by David
Need to make adjustments in DrawTail() for individual notes with non standard heads and adjustment in DrawBeams() for beamed non standard head notes.
---------------------------------------------------------------------------
30-Oct-2009 Resolved by David

Fixed in version: 1.08
DrawTail() - added:
if(non_std_note_head == NOTE_HEAD_DIAMOND)
{
...........
}

else if(non_std_note_head == NOTE_HEAD_TRIANGULAR)
{
................
}
DrawBeams() added st_tl_pt.y += OffsetYForNonStdBeam(.............);

i.e. call to new function OffsetYForNonStdBeam() which adjusts offset for vertiical tail line for cross and triangle.
---------------------------------------------------------------------------
17-Nov-2009 Verified by David

Verified for version: 1.08
---------------------------------------------------------------------------
17-Nov-2009 Closed by David

 

 

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