MuseScore
3.4
Music composition and notation
|
#include "element.h"
#include "dynamic.h"
#include "line.h"
#include "textlinebase.h"
#include "mscore.h"
Go to the source code of this file.
Classes | |
class | Ms::HairpinSegment |
class | Ms::Hairpin |
struct | Ms::Hairpin::VeloMethodItem |
Namespaces | |
Ms | |
Enumerations | |
enum | Ms::HairpinType : signed char { Ms::HairpinType::INVALID = -1, Ms::HairpinType::CRESC_HAIRPIN, Ms::HairpinType::DECRESC_HAIRPIN, Ms::HairpinType::CRESC_LINE, Ms::HairpinType::DECRESC_LINE } |
enum | Ms::VeloChangeMethod : signed char { Ms::VeloChangeMethod::NORMAL, Ms::VeloChangeMethod::EXPONENTIAL, Ms::VeloChangeMethod::EASE_IN, Ms::VeloChangeMethod::EASE_OUT, Ms::VeloChangeMethod::EASE_IN_OUT } |