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

Go to the source code of this file.

Classes

class  Ms::Articulation
 articulation marks More...
 

Namespaces

 Ms
 
 

Enumerations

enum  Ms::ArticulationAnchor : char {
  Ms::ArticulationAnchor::TOP_STAFF, Ms::ArticulationAnchor::BOTTOM_STAFF, Ms::ArticulationAnchor::CHORD, Ms::ArticulationAnchor::TOP_CHORD,
  Ms::ArticulationAnchor::BOTTOM_CHORD
}
 
enum  Ms::ArticulationShowIn : char { Ms::ArticulationShowIn::PITCHED_STAFF = 1, Ms::ArticulationShowIn::TABLATURE = 2 }
 

Functions

constexpr ArticulationShowIn Ms::operator| (ArticulationShowIn a1, ArticulationShowIn a2)
 
constexpr bool Ms::operator & (ArticulationShowIn a1, ArticulationShowIn a2)