comparison base/generics.lisp @ 258:aac79c0ac1b9

add within-short-bar-p, and use this to correctly calculate the ioi-from-bar of anacruses
author Jamie Forth <j.forth@gold.ac.uk>
date Thu, 24 Feb 2011 18:50:38 +0000
parents 6a3adca16910
children f5836b2bf334
comparison
equal deleted inserted replaced
257:30b6b848ec75 258:aac79c0ac1b9
475 475
476 (defgeneric onset-in-bar-relative-to-tactus (moment) 476 (defgeneric onset-in-bar-relative-to-tactus (moment)
477 (:documentation "The position of moment in the bar, measure in 477 (:documentation "The position of moment in the bar, measure in
478 tactus beats.")) 478 tactus beats."))
479 479
480 (defgeneric within-short-bar-p (constituent))
481
480 ;;;;;;;;;;;;;; 482 ;;;;;;;;;;;;;;
481 ;; 483 ;;
482 ;; 484 ;;
483 485
484 (defgeneric get-applicable-clefs (anchored-period constituent)) 486 (defgeneric get-applicable-clefs (anchored-period constituent))