Home
last modified time | relevance | path

Searched +defs:articulation +defs:type (Results 1 – 6 of 6) sorted by relevance

/dports/audio/libmusicxml/libmusicxml-3.18/src/factory/
H A Dmusicxmlfactory.cpp80 void musicxmlfactory::creator (const char* c, const char* type) in creator()
88 void musicxmlfactory::rights (const char* c, const char* type) in rights()
134 …usicxmlfactory::newnote (const char* step, float alter, int octave, int duration, const char* type) in newnote()
148 Sxmlelement musicxmlfactory::newrest (int duration, const char* type) in newrest()
157 Sxmlelement musicxmlfactory::newdynamics (int type, const char* placement) in newdynamics()
238 void musicxmlfactory::addarticulation (Sxmlelement elt, Sxmlelement articulation) in addarticulation()
287 Sxmlelement musicxmlfactory::element(int type, const char * value) const in element()
293 Sxmlelement musicxmlfactory::element(int type, int value) const in element()
299 Sxmlelement musicxmlfactory::element(int type, float value) const in element()
/dports/audio/libmusicxml/libmusicxml-3.18/src/interface/
H A Dlibmusicxml.cpp52 EXP void factoryCreator (TFactory f, const char* c, const char* type) in factoryCreator()
54 EXP void factoryRights (TFactory f, const char* c, const char* type) in factoryRights()
82 …factoryNote (TFactory f, const char* step, float alter, int octave, int duration, const char* type) in factoryNote()
84 EXP TElement factoryRest (TFactory f, int duration, const char* type) in factoryRest()
86 EXP TElement factoryDynamic (TFactory f, int type, const char* placement) in factoryDynamic()
107 EXP void factoryArticulation (TFactory f, TElement elt, TElement articulation) in factoryArticulation()
141 template <typename T> TElement __factoryElement (TFactory f, int type, T value) in __factoryElement()
144 EXP TElement factoryElement (TFactory f, int type) in factoryElement()
146 EXP TElement factoryStrElement (TFactory f, int type, const char * value) in factoryStrElement()
148 EXP TElement factoryIntElement (TFactory f, int type, int value) in factoryIntElement()
[all …]
/dports/audio/libmusicxml/libmusicxml-3.18/src/lilypond/
H A DmxmlTree2MsrTranslator.cpp2669 string type = elt->getAttributeValue ("type"); in visitStart() local
5369 string type = elt->getAttributeValue("type"); in visitStart() local
7132 string type = in visitStart() local
8874 articulation = in visitStart() local
8911 articulation = in visitStart() local
8948 articulation = in visitStart() local
8985 articulation = in visitStart() local
9022 articulation = in visitStart() local
9059 articulation = in visitStart() local
9096 articulation = in visitStart() local
[all …]
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dscore.h186 Channel* articulation() { return _articulation.get(); } in articulation() function
187 const Channel* articulation() const { return _articulation.get(); } in articulation() function
601 virtual ElementType type() const override { return ElementType::SCORE; } in type() function
H A Dedit.cpp1428 void Score::cmdAddOttava(OttavaType type) in cmdAddOttava()
1543 auto articulation = toArticulation(e); in cmdFlip() local
2734 Hairpin* Score::addHairpin(HairpinType type, ChordRest* cr1, ChordRest* cr2, bool toCr2End) in addHairpin()
2977 void Score::insertMeasure(ElementType type, MeasureBase* measure, bool createEmptyMeasures, bool mo… in insertMeasure()
5220 void Score::undoAddBracket(Staff* staff, int level, BracketType type, int span) in undoAddBracket()
/dports/audio/musescore/MuseScore-3.6.1/importexport/capella/
H A Dcapella.h65 CapellaNoteObjectType type() const { return _type; } in type() function
143 BarLineType type() const { return _type; } in type() function
246 CapellaType type; variable
575 unsigned articulation; variable