comparison base/generics.lisp @ 160:136ec5516cc4

patch on my computer. Not sure what it does darcs-hash:20071211145912-f76cc-cb69a7a78367366f9731284888db1c558fa07989.gz
author David Lewis <d.lewis@gold.ac.uk>
date Tue, 11 Dec 2007 14:59:12 +0000
parents cc7724248043
children 4a0e15e2829a
comparison
equal deleted inserted replaced
159:d47c5d14ec9a 160:136ec5516cc4
392 class of value. Probably guessed.")) 392 class of value. Probably guessed."))
393 (defgeneric make-anchored-period (start-value duration-value) 393 (defgeneric make-anchored-period (start-value duration-value)
394 (:documentation "Returns ANCHORED-PERIOD of subclass 394 (:documentation "Returns ANCHORED-PERIOD of subclass
395 appropriate to the class of value. Probably guessed.")) 395 appropriate to the class of value. Probably guessed."))
396 396
397 (defgeneric trim-enclosing-silence (composition) 397 (defgeneric trim-enclosing-silence (composition)
398 (:documentation "Returns a composition of the same type as 398 (:documentation "Returns a composition of the same type as
399 composition provided, with leading and following silences/rests 399 composition provided, with leading and following silences/rests
400 removed, but preserving all relevant information. Where 400 removed, but preserving all relevant information. Where
401 relevant, any silence in a bar containing musical material may 401 relevant, any silence in a bar containing musical material may
402 be preserved.") 402 be preserved."))
403 403
404 ;;; Dynamics 404 ;;; Dynamics
405 ;;; Voice 405 ;;; Voice
406 ;;; Boundary Strength (phrasing) 406 ;;; Boundary Strength (phrasing)