From d3a145376b6c64656c2935316f73d957dd464bd5 Mon Sep 17 00:00:00 2001 From: Yinan Zhou Date: Sun, 13 Oct 2024 15:42:10 -0400 Subject: [PATCH] fix: make c4 as default for neume notation refs: https://github.com/DDMAL/Neon/issues/1241 --- src/clef.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/clef.cpp b/src/clef.cpp index 74afebb9785..a1d528d49bc 100644 --- a/src/clef.cpp +++ b/src/clef.cpp @@ -101,11 +101,6 @@ int Clef::GetClefLocOffset(data_NOTATIONTYPE notationType) const defaultOct = 3; offset = 4; } - else if (this->GetShape() == CLEFSHAPE_C) { - if (notationType == NOTATIONTYPE_neume) { - offset = 7; - } - } if (this->HasOct()) { int oct = this->GetOct();