URL:
  <http://savannah.gnu.org/bugs/?33656>

                 Summary: Missing consecutive in first position
                 Project: Denemo
            Submitted by: rshann
            Submitted on: Mon 27 Jun 2011 09:06:04 GMT
                Category: None
                Severity: 2 - Minor
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: steele
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

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)




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?33656>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


_______________________________________________
Denemo-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/denemo-devel

Reply via email to