diff --git a/engine/items.py b/engine/items.py index 35cefca..8b7b931 100644 --- a/engine/items.py +++ b/engine/items.py @@ -2195,7 +2195,7 @@ class Clef(Item): "treble_8" : -7, "bass" : -12, #F Clef on the second highest line "bass^8" : -5, - "bass_8" : -17, + "bass_8" : -19, "french" : 2, #G Clef on the lowest line "baritone" : -10, #C Clef on the highest line "tenor" : -8, #C Clef on the second highest line