next up previous contents
Next: FromTo Up: Beispiele Previous: Permute

Ratio

score ratio3 100;

/************************************************************/
/* we use an equal distribution to 4 voices                 */

parameter voice = v0 v1 v2 v3

pattern v0 v1 v2 v3 : 100

/************************************************************/
/************************************************************/
parameter pitch = 
	c c_sharp d d_sharp e f f_sharp g g_sharp a a_sharp b

/* now we prefer c-minor notes */
ratio
	c c_sharp d d_sharp e f f_sharp g g_sharp a a_sharp b
	8 2       3 8       2 5 2       8 3       2 5       2 : 100


/************************************************************/

parameter register =  r0 r1 r2 r3 r4

/* we want to prefer the middle octave to the outer ones */
ratio
 	r0 r1 r2 r3 r4
        1   2  5  2  1 : 100

/************************************************************/

parameter entrydelay = quarter  1 pointed_half 3 five_quarters 5

/* we want  mostly long notes least often the shorter ones */
ratio
	quarter      pointed_half  five_quarters
	1	     5             8         : 100

/************************************************************/

parameter accent = no yes

/* from time to time we want one note louder */
ratio
	no yes
	4  1   : 100

/************************************************************/

end
/* eof ratio3 */


next up previous contents
Next: FromTo Up: Beispiele Previous: Permute

Example user SuSE Linux 6.1
Tue Oct 19 23:39:11 MEST 1999