From 6aa365ab82d969a3765d24a66b816ec4b92bc1e5 Mon Sep 17 00:00:00 2001 From: Nils Date: Fri, 29 Jul 2022 22:03:06 +0200 Subject: [PATCH] fix up-stem for beams position --- qtgui/items.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtgui/items.py b/qtgui/items.py index 892cd04..a5713e3 100644 --- a/qtgui/items.py +++ b/qtgui/items.py @@ -465,7 +465,7 @@ class GuiChord(GuiItem): if stemOrBeam and stemOrBeam[2] > 0: self.directionRightAndUpwards = False #low notes - stemYOffset = 2 + stemYOffset = 0 else: self.directionRightAndUpwards = True #high notes stemYOffset = -2