Index
rhythm-funcs
TODO: general description of Rhythm-funcs. (test of doc-string)

Functor

Import

Export

Define

proc{EventEvery List NumEvents}
proc{NoRests List}
proc{RestsOnlyOnBeats Events BeatDivisions}
proc{BeatsAllSame Durs BeatDivisions}
proc{NoTwoIdenticalAdjacentBeats Durs BeatDivisions}
proc{NoThreeIdenticalAdjacentBeats Durs BeatDivisions}
proc{MinDursOnBeats Durs BeatDivisions DurValue NumDurs}
proc{MinDurs Durs DurValue NumDurs}
proc{MaxDurs Durs DurValue NumDurs}
proc{AtLeastTwin ListOne IsOne ListTwo IsTwo Number}
proc{NoAdjacentRests Events Durs}

End