From 8c24f5a6d6570641b8b24e2ebd60d259f17737de Mon Sep 17 00:00:00 2001 From: Nils <> Date: Sun, 30 Jun 2019 20:07:17 +0200 Subject: [PATCH] fix bass clef --- engine/items.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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