 |
Verovio
Source code documentation
|
8 #ifndef __VRV_ADJUSTSYLSPACINGFUNCTOR_H__
9 #define __VRV_ADJUSTSYLSPACINGFUNCTOR_H__
41 FunctorCode VisitMeasureEnd(
Measure *measure)
override;
42 FunctorCode VisitStaff(
Staff *staff)
override;
43 FunctorCode VisitSystem(
System *system)
override;
44 FunctorCode VisitSystemEnd(
System *system)
override;
45 FunctorCode VisitVerse(
Verse *verse)
override;
56 ArrayOfAdjustmentTuples m_overlappingSyl;
58 Verse *m_previousVerse;
73 #endif // __VRV_ADJUSTSYLSPACINGFUNCTOR_H__
This class models the MEI <labelAbbr> element.
Definition: labelabbr.h:22
This class represents a staff in a laid-out score (Doc).
Definition: staff.h:102
This class represents a measure in a page-based score (Doc).
Definition: measure.h:37
This class is a hold the data and corresponds to the model of a MVC design pattern.
Definition: doc.h:41
This class adjusts the spacing of the syl processing verse by verse.
Definition: adjustsylspacingfunctor.h:22
This class represents a system in a laid-out score (Doc).
Definition: system.h:36
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: adjustsylspacingfunctor.h:35
This abstract class is the base class for all mutable functors that need access to the document.
Definition: functor.h:151