181 OverHighestNoteStartPosOver,
182 OverHighestNoteEndPosOver,
183 UnderLowestNoteStartPosUnder,
184 UnderLowestNoteEndPosUnder,
185 OverHighestNoteStemStartPosOver,
186 OverHighestNoteStemEndPosOver,
187 UnderLowestNoteStemStartPosUnder,
188 UnderLowestNoteStemEndPosUnder
ShowClefMode
Enum representing the clef display mode for a frame.
Definition EnumClasses.h:165
@ WhenNeeded
Clef is displayed only when needed (the default).
@ Always
Clef is always displayed. (xml value is "forced")
@ Never
Clef is never displayed. (xml value is "hidden")
CurveContourDirection
Curve contour direction for ties and slurs.
Definition EnumClasses.h:62
@ Down
contour is curved downward (tips face up)
@ Up
contour is curved upward (tips face down)
@ Unspecified
contour is automatic, indeterminate, or does not apply
LyricTextType
The lyric text type if this is a lyrics smart shape.
Definition EnumClasses.h:119
@ Verse
The assignment is to a Verse lyrics text block.
@ Chorus
The assignment is to a Chorus lyrics text block.
@ Section
The assignment is to a Section lyrics text block.
MatchVoice
Specifies which voice(s) are considered when matching entries.
Definition EnumClasses.h:128
@ Voice2
Consider only entries where Entry::voice2 is true.
@ Any
Consider entries from either voice. (Default)
@ Voice1
Consider only entries where Entry::voice2 is false.
NoteType
Enum class representing note types based on EDU values.
Definition EnumClasses.h:141
EnharmonicOverride
Provides a three-state override option for enharmonic respelling.
Definition EnumClasses.h:108
@ NoRespell
Do not apply enharmonic respelling, even if already respelled.
@ None
Do not override the existing enharmonic state. (Default)
@ Respell
Apply enharmonic respelling.
TieConnectStyleType
Enumeration for tie connect style types.
Definition EnumClasses.h:176
DateFormat
Date format options. This value is coded into the Enigma date insert when the page title is created.
Definition EnumClasses.h:72
@ Short
Short date format, based on locale. US format is MM/DD/YY (Default value may not appear in the xml)
@ Long
Long date format, based on locale. US format is Month DD, YYYY.
@ Abbrev
Abbreviated date format, based on locale. US format is Mon DD, YYYY.
DefaultClefType
Clef types used by default in Finale documents. The values correspond to indices into musx::dom::opti...
Definition EnumClasses.h:84
@ Bass8vb
F clef, sounds one octave lower (8vb).
@ Alto
C clef, centered on third line (Alto clef).
@ BaritoneC
C clef on fifth line (Baritone clef).
@ Tab1
Tablature clef (5 lines).
@ Treble
G clef, standard treble.
@ FrenchViolin
G clef placed on first line (French violin clef).
@ Treble8va
G clef, sounds one octave higher (8va).
@ Bass8va
F clef, sounds one octave higher (8va).
@ AltPercussion
Alternate percussion clef, heavy vertical hash marks (no pitch).
@ Soprano
C clef on first line (Soprano clef).
@ Bass
F clef, standard bass.
@ Percussion
Percussion clef, open rectangle (no pitch).
@ Baritone
F clef on third line (Baritone clef).
@ Tab2
Tablature clef (5 lines, alternative style).
@ Treble8vb
G clef, sounds one octave lower (8vb).
@ Blank
Blank clef (invisible, no symbol).
@ MezzoSoprano
C clef on second line (Mezzo-soprano clef).
@ Tenor
C clef, centered on fourth line (Tenor clef).
uint16_t ClefIndex
Index into options::ClefOptions::clefDefs.
Definition Fundamentals.h:68
int32_t Edu
"Enigma Durational Units" value (1024 per quarter note)
Definition Fundamentals.h:61
ArrowheadPreset
Finale-defined arrowhead presets.
Definition EnumClasses.h:52
@ LargeCurved
Large curved-back arrowhead preset (≈4 staff spaces tall).
@ SmallCurved
Small curved-back arrowhead preset (≈1 staff space tall).
@ SmallOutline
Small outlined arrowhead preset (≈1 staff space tall).
@ SmallFilled
Small filled arrowhead preset (≈1 staff space tall).
@ MediumCurved
Medium curved-back arrowhead preset (≈2.5 staff spaces tall).
constexpr Edu EDU_PER_WHOLE_NOTE
Number of Edu units per whole note.
Definition Fundamentals.h:90
AlignJustify
Alignment and justification options for staff and group names.
Definition EnumClasses.h:30
@ Center
Center alignment.
@ Left
Left alignment or justification (the default value.)
object model for musx file (enigmaxml)
Definition BaseClasses.h:36