From f7e0c3c5f7967c6ace054bc6403acb5c518872a4 Mon Sep 17 00:00:00 2001 From: David Bauer <63608463+brdvd@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:49:49 +0100 Subject: [PATCH] Update include/vrv/timeinterface.h Co-authored-by: Klaus Rettinghaus --- include/vrv/timeinterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vrv/timeinterface.h b/include/vrv/timeinterface.h index e569d1a6c0..d405044677 100644 --- a/include/vrv/timeinterface.h +++ b/include/vrv/timeinterface.h @@ -85,7 +85,7 @@ class TimePointInterface : public Interface, public AttStaffIdent, public AttSta bool IsOnStaff(int n) const; /** - * Return a vector of staves looking at the @staff attribute or at the parent staff or the @startid + * Return a vector of staves looking at the @staff attribute or at the parent staff of the @startid */ ///@{ std::vector GetTstampStaves(const Measure *measure, const Object *object) const;