]> Shamusworld >> Repos - ardour-manual/blobdiff - include/align-spot-regions.html
whitespace change to test commit hook
[ardour-manual] / include / align-spot-regions.html
index 432b33701bdd20218c458ef8b9695886bac2a1f1..6025e5f11aa06b8558b3419726313250feb45c80 100644 (file)
@@ -1,19 +1,16 @@
 
 <p>
-  Aligning regions (sometimes called "spotting") means moving one or more
-  regions based on a defined location, which in Ardour is always the
-  <a href="/ardours-interface/the-edit-point-control/">edit point</a>. An 
-  alignment operation moves the region(s) so that some part of the region
-  is positioned at the edit point. Available alignment commands include:
+  Aligning regions (sometimes called "spotting") means moving one or more regions based on a defined location, which in Ardour is always the <a href="@@edit-point-control">edit point</a>. An alignment operation moves the region(s) so that some part of the region is positioned at the edit point. Available alignment commands include:
 </p>
-<dl class="wide-table">
-  <dt>Align Region starts <kbd class="mod14">a</kbd></dt>
-  <dd>Selected region(s) are moved so that their start is located at the current edit point</dd>
-  <dt>Align Region ends <kbd class="mod2">a</kbd></dt>
-  <dd>Selected region(s) are moved so that the end is located at the current edit point</dd>
-  <dt>Align Region sync points <kbd>Shift-a</kbd></dt>
-  <dd>Selected region(s) are moved so that their sync point is located at the current edit point</dd>
-  <dt>Align Region starts relative <kbd class="mod4">a</kbd></dt>
-  <dd>Selected region(s) are moved so that the start of the earliest region is located at the current edit point, and all others maintain their relative position relative to that region</dd>
-</dl>
+
+<table class="dl">
+  <tr><th>Align Region starts <kbd class="mod14">a</kbd></th>
+  <td>Selected region(s) are moved so that their start is located at the current edit point</td></tr>
+  <tr><th>Align Region ends <kbd class="mod2">a</kbd></th>
+  <td>Selected region(s) are moved so that the end is located at the current edit point</td></tr>
+  <tr><th>Align Region sync points <kbd class="mod3">a</kbd></th>
+  <td>Selected region(s) are moved so that their sync point is located at the current edit point</td></tr>
+  <tr><th>Align Region starts relative <kbd class="key">a</kbd></th>
+  <td>Selected region(s) are moved so that the start of the earliest region is located at the current edit point, and all others maintain their relative position relative to that region</td></tr>
+</table>