31namespace keyboardpedal {
55 keyboardpedal::Type
type{};
76std::optional<KeyboardPedalClassification>
classifyKeyboardPedal(
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:54
keyboardpedal::Type type
The recognized marking.
Definition keyboard_pedals.h:55
bool fromGlyph
True when recognition relied on SMuFL glyphs rather than on the spelled-out text.
Definition keyboard_pedals.h:56