From 21ae44a738bb8456d2039051f23a5fb93cc74666 Mon Sep 17 00:00:00 2001 From: Laurent Pugin Date: Thu, 14 Dec 2023 18:05:47 +0100 Subject: [PATCH] Update error message 029 in the PAE parser --- src/iopae.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iopae.cpp b/src/iopae.cpp index 56a2d0461f4..888dfb0b62d 100644 --- a/src/iopae.cpp +++ b/src/iopae.cpp @@ -2303,7 +2303,7 @@ const std::map PAEInput::s_errCodes{ { ERR_026_GRACE_NESTED, "The appoggiatura must be closed with 'r' before starting a new one." }, { ERR_027_GRACE_CLOSING, "An extra 'r' is present to close an appoggiatura" }, { ERR_028_GRACE_OPEN, "The appoggiatura must be closed with 'r' before the end of the measure." }, - { ERR_029_GRACE_UNRESOLVED, "An appoggiatura cannot be started using 'q' before completing the previous one." }, + { ERR_029_GRACE_UNRESOLVED, "A grace note cannot be started with 'g' or 'q' before completing the previous one." }, { ERR_030_GRACE_DURATION, "No rhythmic value can be entered when using an acciaccatura with 'g'." }, { ERR_031_GRACE_NO_NOTE, "A grace note using 'g' or 'q' must be followed by a note." }, { ERR_032_TUPLET_NESTED, "A special rhythm group cannot be started with '(' before closing the previous one." },