Feature: Glue notes (#5721)
Tool to glue selected notes together. Selected notes that are adjacent to each other or overlapping are transformed into one note stretching over the combined notes on/off times. Key command: <Shift> + G Partially fixes: #746 which is part of #4877 Co-authored-by: Hyunjin Song <tteu.ingog@gmail.com> Co-authored-by: IanCaio <iancaio_dev@hotmail.com> Co-authored-by: Spekular <Spekularr@gmail.com> Co-authored-by: Kevin Zander <veratil@gmail.com> Co-authored-by: Oskar Wallgren <oskar.wallgren13@gmail.com>
This commit is contained in:
@@ -208,6 +208,7 @@ protected slots:
|
||||
void selectRegionFromPixels( int xStart, int xEnd );
|
||||
|
||||
void clearGhostPattern();
|
||||
void glueNotes();
|
||||
|
||||
|
||||
signals:
|
||||
|
||||
Reference in New Issue
Block a user