#include <guido.h>
Inheritance diagram for guidonote:
Public Member Functions | |
void | set (unsigned short voice, string name, char octave, guidonoteduration &dur, string acc) |
void | accept (guidovisitor &visitor) |
const char * | name () const |
const char * | accidental () const |
char | octave () const |
const guidonoteduration & | duration () const |
Protected Member Functions | |
guidonote (unsigned short voice, string name, char octave, guidonoteduration &dur, string acc="") | |
Protected Attributes | |
string | fNote |
string | fAccidental |
char | fOctave |
guidonoteduration | fDuration |
Friends | |
VEXP friend SMARTP< guidonote > | new_guidonote (unsigned short voice, string name, char octave, guidonoteduration &dur, string acc="") |