Skip to content

Commit

Permalink
fix: make c4 as default for neume notation
Browse files Browse the repository at this point in the history
  • Loading branch information
yinanazhou committed Oct 13, 2024
1 parent 0d36ed9 commit ac4a16c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/clef.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit ac4a16c

Please sign in to comment.