Skip to content

Commit

Permalink
fix(job): fix base octave for G clef
Browse files Browse the repository at this point in the history
- add new ground truth file for job test
  • Loading branch information
lucasmarchd01 committed Sep 19, 2024
1 parent 3e0c1d7 commit 5ba1fb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ def __glyph_type(g):
clef_octave_map = {
'c': 4,
'f': 3,
'g': 5
'g': 4
}
base_octave = clef_octave_map.get(clef, 3)
if my_strt_pos <= clef_line:
Expand Down

Large diffs are not rendered by default.

0 comments on commit 5ba1fb7

Please sign in to comment.