merged with 1697 revision of trunk (which is post-rc1 but pre-rc2
[ardour.git] / manual / xml / saving_a_session.xml
1 <?xml version="1.0" standalone="no"?>
2
3 <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4
5 ]>
6
7 <section id="sn-saving-a-session">
8   <title>Saving a Session</title>
9   <para>
10     Ardour will save your session every time you add a new track/bus, and
11     after every capture. Saving regularly at other times will help ensure
12     that your work is preserved on your disk drive.
13   </para>
14
15   <section id="save-the-session-file">
16     <title>Save the Session File</title>
17     <para>
18       Choose <menuchoice> <guimenu>Session</guimenu>
19       <guisubmenu>Save</guisubmenu> </menuchoice> to save the changes that
20       have been made to the session.
21     </para>
22
23     <warning>
24       <para>
25         Saving a session writes a new session in place of the old one, and
26         it cannot be undone.
27       </para>
28     </warning>
29   </section>
30   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
31                 href="snapshots.xml" />
32 </section>