]> Shamusworld >> Repos - ardour-manual-diverged/blobdiff - _manual/04_ardours-interface/01_starting-ardour/01_starting-ardour-from-the-command-line.html
copy-editing chapter 4. style guide grows healthy and strong and ever more verbose :)
[ardour-manual-diverged] / _manual / 04_ardours-interface / 01_starting-ardour / 01_starting-ardour-from-the-command-line.html
index 023f348cffceeda6d45c6e9b225dd9611d62b960..2d6af4ff6c092eebfcf0bda6eef6a69b041a06e6 100644 (file)
@@ -1,19 +1,28 @@
 ---
 layout: default
-title: Starting Ardour From the Command Line
+title: Starting Ardour From the Command Line (Linux)
+menu-title: Starting from Linux Cmdline
 ---                        
 
 
   
-<h2>Starting Ardour on the command line (Linux)</h2>
-<p>Like (almost) any other program on Linux, Ardour can be started on the command line.
-Type the following command in a terminal window:
+<p>
+  Like (almost) any other program on Linux, Ardour can be started on the
+  command line. Type the following command in a terminal window:
 </p>
-<code>ardour3</code>
-<p>To start Ardour with an existing session:</p>
-<code>ardour3 /path/to/session</code>
-<p>replacing /path/to/session with the actual path to your session. You can specify either the session folder or any session file inside the folder (including snapshots).</p>
-<p>To start Ardour with a new, named session:</p>
-<code>ardour3 -N /path/to/new/session</code>
+<kbd class="lincmd">ardour3</kbd>>
+<p>
+  To start Ardour with an existing session:
+</p>
+<kbd class="lincmd">ardour3 <em>/path/to/session</kbd>
+<p>
+  replacing /path/to/session with the actual path to your session. You can
+  specify either the session folder or any session file inside the folder,
+  including snapshots.
+</p>
+<p>
+  To start Ardour with a new, named session:
+</p>
+<kbd class="lincmd">ardour3 -N <em>/path/to/session</kbd>
 
 <h3>Other Command Line Options</h3>