manual/include/sections.html

50 lines
1.1 KiB
HTML

<p>
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.
</p>
<figure>
<img style="width:100%;" src="/images/arrangement-example.png"
alt="Arrangement example">
<figcaption>Arrangement example</figcaption>
</figure>
<p>
Sections are represented in two ways in the editor window:
</p>
<ol>
<li>
The <a href="@@arrangement-ruler">Arrangement timeline ruler</a>
</li>
<li>
The <a href="@@arrangement-list">Arrangement sidebar tab</a>
</li>
</ol>
<p>
There are also several commands in the main <kbd class="menu">Edit</kbd>
menu:
</p>
<ul>
<li>
Cut/Paste Range Section to Edit Point
</li>
<li>
Copy/Paste Range Section to Edit Point
</li>
<li>
Delete Range Section
</li>
</ul>
<p>
When Ardour treats a range as a section, it cuts or copies audio and MIDI
data and their automation (hidden or visible) across all tracks, as well
as markers and unused playlists. When pasting the cut or copied data, it
ripples all tracks at the edit point. It's also possible to repeatedly
copy and paste an existing section.
</p>