bugDenemo - Bugs: bug #33656, Missing consecutive in first...

 
 

bug #33656: Missing consecutive in first position

Submitter:  Richard Shann <rshann>
Submitted:  Mon 27 Jun 2011 09:06:04 AM UTC
   
 
Category:  None Severity:  2 - Minor
Item Group:  None Status:  Wont Fix
Privacy:  Public Assigned to:  None
Originator Name:  Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 27 Jun 2011 09:06:04 AM UTC, original submission:  

This is an example where the first consecutive seems to be missed (I guess it is because I don't really understand what a consecutive is :(

My test script is this:

(define (mark-positions pos)
  (define musobj (caar (cdr pos)))
  (d-GoToPosition  #f #f (musobj.measure musobj) (musobj.horizontal musobj))
  (d-DirectivePut-chord-graphic "Consecutives" "CrossSign"))

(define movement (CreateAbstractionMovement))
;(disp "starting \n" movement "and " consecutives "\n")
  (define consecutives  (MapToAbstractionMovement  movementAM::consecutive5th AM::consecutive8th))
(disp "consecs 5 " consecutives " \n")
(for-each  mark-positions  consecutives)

Richard Shann <rshann>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #23573:  test_first_consecutive.denemo added by rshann (13KiB - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rshann (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-11-30 rshann StatusNone Wont Fix
        Assigned tosteele None
        Open/ClosedOpen Closed
    2011-06-27 rshann Attached File- Added test_first_consecutive.denemo, #23573

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code