#include "MusimatChapter9.h"Go to the source code of this file.
Functions | |
| MusimatChapter9Section (C091200) | |
| MusimatChapter9Section | ( | C091200 | ) | 
Definition at line 2 of file C091200.cpp.
                                {
        Print("*** 9.12 Traversing and Manipulating Musical Materials ***");
        /*****************************************************************************
         
         9.12 Traversing and Manipulating Musical Materials
         
         Having arranged the materials from which a composition is to be derived, we now consider meth-
         ods to traverse these materials in structured ways. Following are a few ways rows can be traversed 
         to structure tonal or atonal melodies, rhythms, dynamics, articulation, instrumentation, or anything 
         else that can be parameterized.
         
         *****************************************************************************/
}
 1.7.2