]> Shamusworld >> Repos - ardour-manual/blobdiff - include/change-note-properties.html
converting abused <dl>s into <table>s
[ardour-manual] / include / change-note-properties.html
index 842e792ee280e0399349c4955637b0137219a3c7..542a5c178186a02c4dd92d1804a9951edba80bad 100644 (file)
@@ -6,13 +6,13 @@
   using the techniques described below.
 </p>
 
-<dl>
-  <dt>Moving notes</dt>
-  <dd>
+<table class="dl">
+  <tr><th>Moving notes</th>
+  <td>
     Right arrow and Left arrow move the selected note(s) early and later in time.
-  </dd>
-  <dt>Changing pitch values</dt>
-  <dd>
+  </td></tr>
+  <tr><th>Changing pitch values</th>
+  <td>
     <kbd>&uarr;</kbd> increases the pitch of the selected notes.<br>
     <kbd>&darr;</kbd> reduces the pitch of the selected notes.<br>
     If any of the selected notes are already at the maximum or minimum value,
@@ -20,9 +20,9 @@
     You can override this with <kbd class="mod2"> </kbd>. The default shift
     distance is one semitone. Use <kbd class="mod3"> </kbd> to alter this to
     one octave.
-  </dd>
-  <dt>Changing velocity values</dt>
-  <dd>
+  </td></tr>
+  <tr><th>Changing velocity values</th>
+  <td>
     <kbd class="mod1">&uarr;</kbd> increases the velocity of the selected notes.
     <br/>
     <kbd class="mod1">&darr;</kbd> reduces the velocity of the selected
     <kbd class="mouse">&uArr;</kbd> <kbd class="mouse">&dArr;</kbd> will also
     adjust notes in the same way as the arrow keys (note that like the arrow keys
     it only affects selected notes, not the note the pointer is over).
-  </dd>
-  <dt>Changing channel</dt>
-  <dd>
+  </td></tr>
+  <tr><th>Changing channel</th>
+  <td>
     Press <kbd>c</kbd> to bring up a dialog that allow you to see and alter the
     MIDI channel of the selected notes. If the selected notes use different
     channels, they will all be forced to the newly selected channel.
-  </dd>
-  <dt>Changing start/end/duration</dt>
-  <dd>
+  </td></tr>
+  <tr><th>Changing start/end/duration</th>
+  <td>
     <kbd>,</kbd> (comma) will alter the start time of the note. <br>
     <kbd>.</kbd> (period) will alter the end time of the note. Both keys will by
     default make the note longer (either by moving the start earlier or the end
@@ -51,9 +51,9 @@
     class="mod1">.</kbd>. The note will be altered by the current grid setting.
     To change the start/end positions by 1/128th of a beat, use the <kbd
     class="mod2"> </kbd> modifier in addition to these shortcuts.
-  </dd>
-  <dt>Quantization</dt>
-  <dd>
+  </td></tr>
+  <tr><th>Quantization</th>
+  <td>
     <kbd>q</kbd> will quantize the selected notes using the current quantize
     settings. If the quantize settings have not been set for this session yet,
     the quantize dialog will appear. <kbd class="mod2">q</kbd> will display the
@@ -61,8 +61,8 @@
     quantizes the selected notes. The default quantize settings are: quantize
     note starts to the current grid setting, no swing, no threshold, full
     strength.
-  </dd>
-  <dt>Step Entry, Quantize etc.</dt>
-  <dd></dd>
-</dl>
+  </td></tr>
+  <tr><th>Step Entry, Quantize etc.</th>
+  <td></td></tr>
+</table>