Result returned by clef classification.
More...
#include <clefs.h>
|
|
bool | isClef () const noexcept |
| | Returns true when the source was recognized as a clef.
|
| |
|
| operator bool () const noexcept |
| | Returns true when the source was recognized as a clef.
|
| |
|
|
music_theory::ClefType | type {} |
| | Classified music-theory clef type.
|
| |
|
int | octave {} |
| | Octave transposition associated with the clef.
|
| |
|
bool | isBlank {} |
| | True when the source clef is a blank Finale clef.
|
| |
|
bool | showOctave { true } |
| | True when octave information should be shown with the clef.
|
| |
|
std::optional< std::string > | glyphName |
| | SMuFL glyph name associated with the clef, when available.
|
| |
Result returned by clef classification.
The documentation for this struct was generated from the following file: