diff --git a/include/sections.html b/include/sections.html new file mode 100644 index 00000000..9880c0fe --- /dev/null +++ b/include/sections.html @@ -0,0 +1,29 @@ + +

+ Sections represent significant self-contained parts of the timeline. + Common examples of a section are a verse, a chorus, or a bridge in a song. +

+ +

+ Currently, sections are only exposed as editor actions that are available + when a range is selected on the timeline: +

+ + + +

+ When Ardour treats a range as a section, it cuts or copies audio and MIDI + data and their automation across all tracks. When pasting the cut or copied + data, it ripples all tracks at the edit point. +

+ diff --git a/master-doc.txt b/master-doc.txt index 9311991b..c9a3bf1f 100644 --- a/master-doc.txt +++ b/master-doc.txt @@ -1296,6 +1296,14 @@ link: region-properties part: subchapter --- +--- +title: Sections +include: sections.html +link: sections +uri: editing-and-arranging/sections +part: chapter +--- + --- title: Fades and Crossfades include: create-region-fades-and-crossfades.html