Browse Source

remove debug print

master
Nils 4 years ago
parent
commit
92936274a7
  1. 2
      qtgui/items.py

2
qtgui/items.py

@ -452,8 +452,6 @@ class GuiChord(GuiItem):
else:
self.directionRightAndUpwards = True
print (stemOrBeam)
#Stem - Both for groups and standalone.
if stemOrBeam: #may be an empty tuple for whole notes and brevis
line = QtWidgets.QGraphicsLineItem(QtCore.QLineF(0, constantsAndConfigs.stafflineGap * stemOrBeam[1]/2, 0, 0)) #x1, y1, x2, y2

Loading…
Cancel
Save