|
| MusicSpacingOptions (const DocumentWeakPtr &document, Cmper partId=0, ShareMode shareMode=ShareMode::All) |
| Constructor function.
|
|
virtual | ~Base () noexcept(false)=default |
| Virtual destructor for polymorphic behavior.
|
|
DocumentPtr | getDocument () const |
| Gets a reference to the Document.
|
|
Cmper | getPartId () const |
| Gets the partId for this instance (or 0 for score)
|
|
std::shared_ptr< others::PartDefinition > | getPartDefinition () const |
| Gets the others::PartDefinition corresponding to getPartId.
|
|
ShareMode | getShareMode () const |
| Gets the sharing mode for this instance.
|
|
const SharedNodes & | getUnlinkedNodes () const |
| Gets the unlinked nodes for this instance. (Only populated for ShareMode::Partial )
|
|
void | addUnlinkedNode (const std::string &nodeName) |
| Adds a shared node for this instance.
|
|
virtual void | integrityCheck () |
| Allows a class to determine if it has been properly contructed by the factory and fix issues that it can, such as creating default instances of contained classes.
|
|
virtual bool | requireAllFields () const |
| Specifies if the parser should alert (print or throw) when an unknown xml tag is found for this class.
|
|
|
Evpu | minWidth {} |
| Minimum measure width in Evpu.
|
|
Evpu | maxWidth {} |
| Maximum measure width in Evpu.
|
|
Evpu | minDistance {} |
| Minimum distance between items in Evpu.
|
|
Evpu | minDistTiedNotes {} |
| Minimum distance between tied notes in Evpu.
|
|
bool | avoidColNotes {} |
| Avoid collisions with notes.
|
|
bool | avoidColLyrics {} |
| Avoid collisions with lyrics.
|
|
bool | avoidColChords {} |
| Avoid collisions with chords.
|
|
bool | avoidColArtics {} |
| Avoid collisions with articulations.
|
|
bool | avoidColClefs {} |
| Avoid collisions with clefs.
|
|
bool | avoidColSeconds {} |
| Avoid collisions with seconds.
|
|
bool | avoidColStems {} |
| Avoid collisions with stems.
|
|
ColUnisonsChoice | avoidColUnisons {} |
| Choice for how to handle collisions with unisons.
|
|
bool | avoidColLedgers {} |
| Avoid collisions with ledger lines.
|
|
ManualPositioning | manualPositioning {} |
| Manual positioning choice.
|
|
bool | ignoreHidden {} |
| Ignore hidden notes. (This value is reversed in the Finale UI.)
|
|
bool | interpolateAllotments {} |
| Interpolate allotments.
|
|
bool | usePrinter {} |
| "Use Fonts & Resolution From Printer" (may be a Windows-only option)
|
|
bool | useAllottmentTables {} |
| Use allotment tables for spacing.
|
|
Edu | referenceDuration {} |
| Reference duration for spacing in Edu.
|
|
Evpu | referenceWidth {} |
| Reference width for spacing in Evpu.
|
|
double | scalingFactor {} |
| Scaling factor for spacing.
|
|
Evpu | defaultAllotment {} |
| Default allotment for spacing in Evpu. (This value may not be settable in the Finale UI.)
|
|
Evpu | minDistGrace {} |
| Minimum distance for grace notes in Evpu.
|
|
GraceNoteSpacing | graceNoteSpacing {} |
| Choice for how to handle grace note spacing. (xml node is <graceNoteManualPositioning> )
|
|
Evpu | musFront {} |
| Additional spacing before the first note in Evpu. (From Notes & Rests window.)
|
|
Evpu | musBack {} |
| Additional spacing after the last note in Evpu. (From Notes & Rests window.)
|
|
Options controlling music spacing.
This class is identified by the XML node name "musicSpacingOptions".