From: <le...@rd...> - 2003-11-29 13:52:49
|
---------------------------------------------------------------- 2003-11-26 Jerome Berthet & Stephane Letz Implement tempo indications. They can be of 3 types : - Textual only like \tempo<"Allegro"> . It will be displayed as a string. - BPM like \tempo<"Allegro", "1/4=120">. The string is displayed followed by a note and the bpm value. - Note equivalence like \tempo<"Allegro", "1/4=1/8">. The string is displayed followed by a note = another note. Modified files : ARTempo.h, cpp, GRTempo.h,cpp Stephane |