home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-10-26 | 519 b | 23 lines | [TEXT/ScoM] |
- ; DEMO1 - try compiling all combinations of mel & rhy.
-
- (setq tonals
- (activate-tonality (chromatic c 4) (major c 4) (c maj maj7 2 4)
- (b& min 7 1 3) (aeolian f 3)))
-
- (setq mela '(a b c d))
- (setq melb '(a b = c = d))
-
- (setq rhya '(1/16))
- (setq rhyb '(1/8 1/16 1/16 1/4 1/8 1/8))
-
- (def-rhythm
- solo rhya "---- --- - --- -" mela
- )
-
- (compile-song-p "ccl;output:" 1/4 "another song"
- ; BARS |---|---|---|---|
- changes tonals " . . . . "
- solo changes "----------------"
- )
-
-