#include <common.h>
Public Types | |
enum | type { undefined, above, below, last = below } |
Public Member Functions | |
TPlacement (int place=undefined) | |
void | accept (TScoreVisitor &visitor) |
void | set (int place) |
int | get () const |
Static Public Member Functions | |
const string | xmlplace (int d) |
convert an integer placement to a MusicXML string | |
int | xmlplace (const string str) |
convert an MusicXML string to an integer placement |