|
From: | Richard Shann |
Subject: | [Denemo-devel] [bug #33656] Missing consecutive in first position |
Date: | Mon, 27 Jun 2011 09:06:05 +0000 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-gb) AppleWebKit/531.2+ (KHTML, like Gecko) Version/5.0 Safari/531.2+ Debian/squeeze (2.30.6-1) Epiphany/2.30.6 |
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/
[Prev in Thread] | Current Thread | [Next in Thread] |