@ Mark
Definition: muselement.h:37
virtual ~CATempo()
Definition: tempo.cpp:24
@ Tempo
Definition: mark.h:20
int bpm()
Definition: tempo.h:22
CAPlayableLength _beat
Definition: tempo.h:28
CAMarkType markType()
Definition: mark.h:45
int compare(CAMusElement *elt)
Definition: tempo.cpp:31
Tempo mark.
Definition: tempo.h:14
void setBeat(CAPlayableLength l)
Definition: tempo.h:25
An abstract class which represents every music element in the score.
Definition: muselement.h:21
CATempo(CAPlayableLength l, int bpm, CAMusElement *m)
Definition: tempo.cpp:18
Musical length of notes and rests.
Definition: playablelength.h:16
CATempo * clone(CAMusElement *elt=0)
Definition: tempo.cpp:27
Marks that depend on other music elements.
Definition: mark.h:15
void setBpm(int bpm)
Definition: tempo.h:23
CAMusElementType musElementType()
Definition: muselement.h:46
int _bpm
Definition: tempo.h:29
CAPlayableLength beat()
Definition: tempo.h:24