|
LibMusicXML 3.22
|
provides conversions between numeric trill step, turn and strings
#include <conversions.h>
Public Types | |
| enum | type { undefined , whole , half , unison , none , last =none } |
Static Public Member Functions | |
| static const string | xml (type d) |
| convert a numeric trill step or turn value to a MusicXML string | |
| static type | xml (const string str) |
| convert a MusicXML string to a numeric trill step or turn value | |