Heuristic.mesa
Copyright (C) 1981, 1984 Xerox Corporation. All rights reserved.
Author: John Maxwell
last modified: February 3, 1981 2: 45 PM
Edited by Doug Wyatt, June 14, 1984 1:02:26 pm PDT
DIRECTORY
MusicDefs;
Heuristic: CEDAR DEFINITIONS
= BEGIN OPEN MusicDefs;
MakeBeams: PROC[begin, end: Time];
MakeChords: PROC[begin, end: Time];
MakeNTuplets: PROC[nt, a: INTEGER, begin, end: Time];
MakeSyncs: PROC[begin, end: Time];
SetNoteValues: PROC[begin, end: Time];
END.