diff --git a/include/note-splitting-joining.html b/include/note-splitting-joining.html new file mode 100644 index 0000000..b6b41ed --- /dev/null +++ b/include/note-splitting-joining.html @@ -0,0 +1,87 @@ + +

+ It is possible to evenly split (tuple) and join notes in both the Draw + and the Internal Edit modes. +

+ +

Splitting notes

+ +

+ To split a note or a group of notes into tuplets, first select the notes. +

+ +

+

+ +
+

+ +

+ Press S to split selected notes into two tuplets. + In the example below, each note with a duration of two whole notes will be + split into two notes, each with a duration of one whole note. For each + newly created note Ardour will display its velocity inherited from the + original notes. +

+ +

+

+ Split notes into two +
+

+ +

+ Repeatedly pressing S will increment the amount + of tuplets. Thus, the next key press will divide the original note into + 3 notes 2 and 2/3 beats long each, then 4 notes 2 beats long each etc. + A temporary message will be displayed to tell how many subdivisions have + been created. +

+ +

+

+ +
+

+ +

+ To stop incrementing the amount of subdivisions, deselect notes by + clicking elsewhere in the MIDI region or by pressing + Esc. +

+ +

Joining notes

+ +

+ To join several notes into one, select the notes, then press + J: +

+ +

+

+ Joining adjacent notes +
+

+ +

+ If non-adjacent notes are selected, and there is a blank space between + them, the note will extend from the beginning of the earliest note to + the end of the latest note and fill the blank spaces with itself: +

+ +

+

+ Joining and extending notes +
+

+ +

+ If non-adjacent notes are selected, and there is at least one note between + them, newly created note will overlay the existing note: +

+ +

+

+ Joining non-adjacent notes +
+

diff --git a/master-doc.txt b/master-doc.txt index ea94570..891a4f7 100644 --- a/master-doc.txt +++ b/master-doc.txt @@ -1500,7 +1500,15 @@ part: subchapter title: Note Cut, Copy and Paste include: note-cut-copy-and-paste.html link: note-cut-copy-and-paste -uri: working-with-midi/note-cut-copy-and-paste- +uri: working-with-midi/note-cut-copy-and-paste +part: subchapter +--- + +--- +title: Note Splitting and Joining +include: note-splitting-joining.html +link: note-splitting-joining +uri: working-with-midi/note-splitting-joining part: subchapter --- diff --git a/source/images/note-join-extend.gif b/source/images/note-join-extend.gif new file mode 100644 index 0000000..13d66f6 Binary files /dev/null and b/source/images/note-join-extend.gif differ diff --git a/source/images/note-join-overlap.gif b/source/images/note-join-overlap.gif new file mode 100644 index 0000000..a241e74 Binary files /dev/null and b/source/images/note-join-overlap.gif differ diff --git a/source/images/note-join-simple.gif b/source/images/note-join-simple.gif new file mode 100644 index 0000000..ef7482d Binary files /dev/null and b/source/images/note-join-simple.gif differ diff --git a/source/images/note-split-into-two.gif b/source/images/note-split-into-two.gif new file mode 100644 index 0000000..231c744 Binary files /dev/null and b/source/images/note-split-into-two.gif differ diff --git a/source/images/note-split-select.gif b/source/images/note-split-select.gif new file mode 100644 index 0000000..8cbd511 Binary files /dev/null and b/source/images/note-split-select.gif differ diff --git a/source/images/note-split-sequential.gif b/source/images/note-split-sequential.gif new file mode 100644 index 0000000..6057568 Binary files /dev/null and b/source/images/note-split-sequential.gif differ