8 #ifndef __VRV_NEUME_H__
9 #define __VRV_NEUME_H__
16 #include "atts_mensural.h"
17 #include "atts_shared.h"
20 #include "durationinterface.h"
21 #include "layerelement.h"
22 #include "pitchinterface.h"
69 void Reset()
override;
71 std::string GetClassName()
const override {
return "neume"; }
80 int GetLigatureCount(
int position);
81 bool IsLastInNeume(
const LayerElement *element)
const;
83 bool GenerateChildMelodic();
85 NeumeGroup GetNeumeGroup()
const;
87 std::vector<int> GetPitchDifferences()
const;
89 PitchInterface *GetHighestPitch();
90 PitchInterface *GetLowestPitch();
95 FunctorCode
Accept(Functor &functor)
override;
97 FunctorCode
Accept(ConstFunctor &functor)
const override;
98 FunctorCode AcceptEnd(Functor &functor)
override;
99 FunctorCode AcceptEnd(ConstFunctor &functor)
const override;
103 int GetPosition(
const LayerElement *element)
const;
113 static const std::map<std::string, NeumeGroup>
s_neumes;
115 static std::string NeumeGroupToString(NeumeGroup group);