Exemple #1
0
 def rel2abs(self):
     from . import pitch
     cursor = self.mainwindow().textCursor()
     pitch.rel2abs(cursor)
Exemple #2
0
 def rel2abs(self):
     from . import pitch
     cursor = self.mainwindow().textCursor()
     pitch.rel2abs(cursor)
Exemple #3
0
 def rel2abs(self):
     from . import pitch
     cursor = self.mainwindow().textCursor()
     pitch.rel2abs(cursor, self.get_absolute(cursor.document()))