#include <TNotation.h>
Inheritance diagram for TStrongAccent:
Public Types | |
enum | { undefined, up = 1, down, last = down } |
Public Member Functions | |
virtual void | accept (TScoreVisitor &visitor) |
int | getType () const |
void | setType (int type) |
Static Public Member Functions | |
const string | xmltype (int d) |
convert a numeric accent type to a MusicXML string | |
int | xmltype (const string str) |
convert an MusicXML string to a numeric accent type | |
Friends | |
EXP friend SMARTP< TStrongAccent > | newStrongAccent () |