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