MuseScore  3.4
Music composition and notation
Classes | Namespaces | Enumerations
tremolo.h File Reference
#include "durationtype.h"
#include "symbol.h"
Include dependency graph for tremolo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ms::Tremolo
 

Namespaces

 Ms
 
 

Enumerations

enum  Ms::TremoloType : signed char {
  Ms::TremoloType::INVALID_TREMOLO = -1, Ms::TremoloType::R8 =0, Ms::TremoloType::R16, Ms::TremoloType::R32,
  Ms::TremoloType::R64, Ms::TremoloType::BUZZ_ROLL, Ms::TremoloType::C8, Ms::TremoloType::C16,
  Ms::TremoloType::C32, Ms::TremoloType::C64
}
 
enum  Ms::TremoloPlacement : signed char { Ms::TremoloPlacement::DEFAULT = 0, Ms::TremoloPlacement::STEM_CENTER }