Skip to content

Commit

Permalink
Merge pull request #3824 from DDMAL/c4-fix
Browse files Browse the repository at this point in the history
fix: make c4 as default for neume notation
  • Loading branch information
lpugin authored Oct 28, 2024
2 parents 26afb67 + ac4a16c commit a31c9f6
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 a31c9f6

Please sign in to comment.