Calcmod v2.2 include file documentation notes2e.inc - allows for flats ex. 'B' can also be 'C-flat' 'G-sharp' can be 'A-flat' tempo2e.inc - allows for a wider variety of note durations ********dotted notes******** ex. 'dhalf' is a dotted half note ********double length notes******** ex. 'dblwhole' is an 8 note duration ********seperated notes******** ex. used to be when two notes of same pitch played one after another, it would sound like one long note. Now, use 'rXXXX' and a sixtyfourth rest to seperate notes ex. 'rquarter' is a quarter note with the end cut off very slightly so then you add a sixtyfourth rest to put in the seperation ********custom lengths******** ex. say you want a quarter, eighth, and sixtyfourth duration called 'tienote' insert code like this: #define tienote (quarter)+(eighth)+(sixtyfourth) make sure this is after those three note are defined and that there are parenthases around the notes, because of the multiplication/addition. In other words, make sure there put there. For more information download 'calcmod_techniques.zip' from the ticalc website. Contact me at evanae13@aol.com