From 034544ffdaa2b34ebde99ef7dfe48036b489de42 Mon Sep 17 00:00:00 2001 From: sildater <41552783+sildater@users.noreply.github.com> Date: Tue, 24 Sep 2024 06:25:48 +0200 Subject: [PATCH] fix OffsetInBeats --- content/match/specification/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/match/specification/_index.md b/content/match/specification/_index.md index 128a2c2..351d423 100644 --- a/content/match/specification/_index.md +++ b/content/match/specification/_index.md @@ -143,7 +143,7 @@ Possible values: | **Beat** | **integer** | **integer beat number of note onset (starting at 1)** | | **Offset** | **integer / integer** | **offset from beat position (in symbolic duration; fraction of whole notes)** | | **OnsetInBeats** | **float** | **onset position in contiguous beats (beat 0 = start of measure 1, beat unit = time signature denominator)** | -| **DurationInBeats** | **float** | **duration in beats** | +| **OffsetInBeats** | **float** | **offset position in beats** | | **ScoreAttributesList** | **[string]** | **note attributes (“grace”, “appoggiatura”, etc.)** |