]> Shamusworld >> Repos - ardour-manual/blobdiff - include/ruler.html
Ruler/Markers rewrite, part 2 of N
[ardour-manual] / include / ruler.html
index b43b115ea87dc0140554a49044b4e2db4fc812bc..b34e9c6ae65e5b68a3bc9cb4db21fb04f1c798e4 100644 (file)
@@ -7,19 +7,20 @@
 </figure>
 
 
-<p> The <dfn>Ruler</dfn> scales the session along time, allows navigating, and
+<p>
+  The <dfn>ruler</dfn> scales the session along time, allows navigating, and
   can be marked for different uses.
 </p>
 <p>
-  One of its main uses is to move the playhead:
-  clicking anywhere on the timeline will bring the playhead at this location in
-  time. Also, using the mouse's scrollwheel while hovering the Ruler will zoom in
-  or out (<kbd class="mouse">&uArr;</kbd>/<kbd class="mouse">&dArr;</kbd> ).
+  One of its main uses is to move the playhead: clicking anywhere on the
+  timeline will bring the playhead at this location in time. Also, using the
+  mouse's scrollwheel while hovering the ruler will zoom in or out
+  (<kbd class="mouse">&uArr;</kbd>/<kbd class="mouse">&dArr;</kbd> ).
 </p>
 <p>
-  The Ruler is made of a succession of rows, each having a special role related to
-  time. Adding or removing rows can be done by <kbd class="mouse">right</kbd> clicking
-  anywhere in the ruler's header on the left, and ticking any of:
+  The ruler is made of a succession of rows, each having a special role related
+  to time. Adding or removing rows can be done by <kbd class="mouse">right</kbd>
+  clicking anywhere in the ruler's header on the left, and ticking any of:
 </p>
 
 <table class="dl">
     <td>are markers designed to be used while creating a recording that has
     to be split in time, as an audio CD</td>
   </tr>
-       <tr>
+  <tr>
     <th><dfn>Location Markers</dfn></th>
     <td>is meant to receive any kind of marker, user generated or from Ardour
     itself.</td>
   </tr>
   <tr>
-    <th><dfn>Cue markers</dfn></th>
+    <th><dfn>Cue Markers</dfn></th>
     <td>allows triggering entire cues from the grid in the <em>Cue</em>window</td>
   </tr>
   <tr>
 </table>
 
 <p>
-  Most of the operations on the markers are described in <a
-  href="@@working-with-markers">Working with Markers</a>, while the Time Signature,
-  Tempo, Bars:Beats and Timecode use are described in <a
-  href="@@tempo-and-meter">Tempo and Time Signature</a>.
+  Most rulers allow placing markers to serve a specific purpose: mark a point in
+  time, define a loop range, or something else entirely.
 </p>
 
+<p>
+  Most of the operations on the markers are described in <a
+  href="@@working-with-markers">Working with Markers</a>, additional information
+  on Time Signature, Tempo, Bars:Beats, and Timecode is available in the
+  <a href="@@tempo-and-meter">Tempo and Time Signature</a> chapter.
+</p>