 |
Verovio
Source code documentation
|
8 #ifndef __VRV_ADJUSTNEUMEXFUNCTOR_H__
9 #define __VRV_ADJUSTNEUMEXFUNCTOR_H__
42 FunctorCode VisitLayer(
Layer *layer)
override;
43 FunctorCode VisitLayerEnd(
Layer *layer)
override;
44 FunctorCode VisitStaff(
Staff *staff)
override;
45 FunctorCode VisitNeume(
Neume *neume)
override;
46 FunctorCode VisitSyl(
Syl *syl)
override;
65 #endif // __VRV_ADJUSTNEUMEXFUNCTOR_H__
This class represents a staff in a laid-out score (Doc).
Definition: staff.h:102
This class adjusts the X position of accidentals.
Definition: adjustneumexfunctor.h:22
This class is a hold the data and corresponds to the model of a MVC design pattern.
Definition: doc.h:41
This class models the MEI <neume> element.
Definition: neume.h:60
Syl is a TimeSpanningInterface for managing syllable connectors.
Definition: syl.h:31
bool ImplementsEndInterface() const override
Return true if the functor implements the end interface.
Definition: adjustneumexfunctor.h:35
This class represents a layer in a laid-out score (Doc).
Definition: layer.h:33
This abstract class is the base class for all mutable functors that need access to the document.
Definition: functor.h:151