Browse Source

fix up-stem for beams position

master
Nils 2 years ago
parent
commit
6aa365ab82
  1. 2
      qtgui/items.py

2
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

Loading…
Cancel
Save