#include <TDirection.h>
Inheritance diagram for TMetronome:
Public Member Functions | |
virtual void | accept (TScoreVisitor &visitor) |
void | setParentheses (YesNo::type val) |
void | setPerMinute (string pm) |
void | setPerMinute (long pm) |
YesNo::type | getParentheses () const |
string | getPerMinute () const |
SSymbolicNoteDuration & | equal () |
Friends | |
EXP friend SMARTP< TMetronome > | newMetronome () |
|
used to specify metronome marking such as <symbolic duration = symbolic duration> ("eight note = eight note" for example). When the metronome uses this symbolic form, the PerMinute value is ignored. To cancel the symbolic form, set equal()=0 |