31namespace keyboardpedal {
56 keyboardpedal::Type
type{};
78 const musx::util::EnigmaParsingContext& textContext);
Music classification helpers for Finale symbol extraction.
std::optional< KeyboardPedalClassification > classifyKeyboardPedal(std::string_view text)
Classifies plain text as a keyboard-pedal marking.
A keyboard-pedal marking recognized in Finale text or in a custom line's text.
Definition keyboard_pedals.h:55
keyboardpedal::Type type
The recognized marking.
Definition keyboard_pedals.h:56
bool fromGlyph
True when recognition relied on SMuFL glyphs rather than on the spelled-out text.
Definition keyboard_pedals.h:57