LibMusicXML 3.22
|
A guido note duration representation. More...
#include <guido.h>
Public Member Functions | |
guidonoteduration (long num, long denom, long dots=0) | |
void | set (long num, long denom, long dots=0) |
guidonoteduration & | operator= (const guidonoteduration &dur) |
bool | operator!= (const guidonoteduration &dur) const |
Public Attributes | |
long | fNum |
long | fDenom |
long | fDots |
A note duration is represented by a numerator (denotes the number of beats), a denominator (denotes the beat value) and optional dots. Triplets are repesented as 1/3, 1/6, ... quintuplets, septuplets and so on are handled analogously.