CARepeatMark * clone(CAMusElement *elt=0)
Definition: repeatmark.cpp:29
void setRepeatMarkType(CARepeatMarkType t)
Definition: repeatmark.h:35
@ Mark
Definition: muselement.h:37
@ Barline
Definition: muselement.h:28
void setVoltaNumber(int n)
Definition: repeatmark.h:38
@ DalSegno
Definition: repeatmark.h:23
CARepeatMarkType repeatMarkType()
Definition: repeatmark.h:34
CARepeatMarkType _repeatMarkType
Definition: repeatmark.h:44
@ Volta
Definition: repeatmark.h:19
@ Coda
Definition: repeatmark.h:21
int compare(CAMusElement *)
Definition: repeatmark.cpp:33
static const QString repeatMarkTypeToString(CARepeatMarkType t)
Definition: repeatmark.cpp:46
@ RepeatMark
Definition: mark.h:29
int _voltaNumber
Definition: repeatmark.h:45
CAMarkType markType()
Definition: mark.h:45
static CARepeatMarkType repeatMarkTypeFromString(const QString r)
Definition: repeatmark.cpp:68
@ DalCoda
Definition: repeatmark.h:24
@ VarCoda
Definition: repeatmark.h:22
@ Undefined
Definition: repeatmark.h:18
virtual ~CARepeatMark()
Definition: repeatmark.cpp:26
An abstract class which represents every music element in the score.
Definition: muselement.h:21
CARepeatMarkType
Definition: repeatmark.h:17
Repeat marks like segno, volta, coda etc.
Definition: repeatmark.h:15
@ DalVarCoda
Definition: repeatmark.h:25
int voltaNumber()
Definition: repeatmark.h:37
Music element which represents a barline in the score.
Definition: barline.h:17
Marks that depend on other music elements.
Definition: mark.h:15
@ Segno
Definition: repeatmark.h:20
CAMusElementType musElementType()
Definition: muselement.h:46
CARepeatMark(CABarline *b, CARepeatMarkType t, int voltaNumber=0)
Definition: repeatmark.cpp:20