]> Shamusworld >> Repos - ardour-manual-diverged/blobdiff - _manual/06_working-with-markers/06_marker-context-menu.html
Fix anchor to use full path.
[ardour-manual-diverged] / _manual / 06_working-with-markers / 06_marker-context-menu.html
index a6f3bd99e060942c758e74fba8bd5c1877cd04fb..f4dbb196750a87dd586dba70ff851fd8826da477 100644 (file)
@@ -3,30 +3,40 @@ layout: default
 title: Marker Context Menu
 ---                        
 
-
-  
-  
-<p> Several operations on markers are available by right-clicking them to open the marker context menu. From this menu, you can:</p>
+<p>
+  <kbd class="mouse">Right</kbd>-clicking a marker in the timeline opens the 
+  marker context menu. From this menu, you can:
+</p>
 <dl>
-<dt>Locate to Here</dt>
-<dd>move the playhead to this marker's position.</dd>
-<dt> Play from Here</dt>
-<dd>start playback from this marker's position.</dd>
-<dt>Move Mark to Playhead</dt>
-<dd>move this marker to the current playhead position.
-</dd>
-<dt>Create Range to Next Marker</dt>
-<dd>create a range marker between this location and the next one along on the timeline.</dd>
-<dt>Hide</dt>
-<dd>hide this marker from the view. It can be re-shown from the Locations window</dd>
-<dt>Rename</dt>
-<dd>change the name of the marker.</dd>
-<dt>Lock</dt>
-<dd>if this is ticked, it will be impossible to drag the marker's position; useful if you want to prevent accidental movements.</dd>
-<dt>Glue to Bars and Beats</dt>
-<dd>if this is ticked, the marker will maintain its position in bars and beats even if there are changes in tempo and meter</dd>
-<dt>Remove</dt>
-<dd>removes the marker. </dd>
+  <dt>Locate to Here</dt>
+  <dd>Move the playhead to this marker's position.</dd>
+  <dt>Play from Here</dt>
+  <dd>start playback from this marker's position.</dd>
+  <dt>Move Mark to Playhead</dt>
+  <dd>Move this marker to the current playhead position.</dd>
+  <dt>Create Range to Next Marker</dt>
+  <dd>Create a range marker between this location and the next one along on 
+  the timeline.</dd>
+  <dt>Hide</dt>
+  <dd>Hide this marker from the view. It can be made visible again from the
+  <kbd class="menu">Window &gt; Locations</kbd> window or the <a
+  href="/working-with-markers/rangesmarks-list/">Ranges &amp; Marks
+  list</a>.</dd>
+  <dt>Rename</dt>
+  <dd>Change the name of the marker.</dd>
+  <dt>Lock</dt>
+  <dd>If this is ticked, it will be impossible to drag the marker's 
+  position; useful if you want to prevent accidental movements.</dd>
+  <dt>Glue to Bars and Beats</dt>
+  <dd>If this is ticked, the marker will maintain its position in bars and 
+  beats even if there are changes in tempo and meter.</dd>
+  <dt>Remove</dt>
+  <dd>Removes the marker. </dd>
 </dl>
-<p>There are also a few options on the Active Mark submenu of the Transport menu. These options apply to the currently selected location marker, and move it to a nearby region boundary, region sync point, or to the playhead or mouse.</p>
+<p>
+  There are also a few options in <kbd class="menu">Transport &gt; Active
+  Mark</kbd>. These options apply to the currently selected location marker, 
+  and move it to a nearby region boundary, region sync point, or to the 
+  playhead or mouse.
+</p>