summaryrefslogtreecommitdiff
path: root/manual/xml/saving_a_session.xml
diff options
context:
space:
mode:
Diffstat (limited to 'manual/xml/saving_a_session.xml')
-rw-r--r--manual/xml/saving_a_session.xml53
1 files changed, 22 insertions, 31 deletions
diff --git a/manual/xml/saving_a_session.xml b/manual/xml/saving_a_session.xml
index 3fcd84a5b3..b430a90256 100644
--- a/manual/xml/saving_a_session.xml
+++ b/manual/xml/saving_a_session.xml
@@ -1,41 +1,32 @@
<?xml version="1.0" standalone="no"?>
+
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
]>
<section id="sn-saving-a-session">
+ <title>Saving a Session</title>
+ <para>
+ Ardour will save your session every time you add a new track/bus, and
+ after every capture. Saving regularly at other times will help ensure
+ that your work is preserved on your disk drive.
+ </para>
- <title>Saving a Session</title>
-
- <para>
- Ardour will save your session every time you add a new track/bus,
- and after every capture. Saving regularly at other times will help
- ensure that your work is preserved on your disk drive.
- </para>
+ <section id="save-the-session-file">
+ <title>Save the Session File</title>
+ <para>
+ Choose <menuchoice> <guimenu>Session</guimenu>
+ <guisubmenu>Save</guisubmenu> </menuchoice> to save the changes that
+ have been made to the session.
+ </para>
- <section id="save-the-session-file">
-
- <title>Save the Session File</title>
-
- <para>
- Choose
- <menuchoice>
- <guimenu>Session</guimenu>
- <guisubmenu>Save</guisubmenu>
- </menuchoice>
- to save the changes that have been made to the session.
- </para>
-
- <warning>
- <para>
- Saving a session writes a new session in place of the old one, and it
- cannot be undone.
- </para>
- </warning>
-
- </section>
-
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ <warning>
+ <para>
+ Saving a session writes a new session in place of the old one, and
+ it cannot be undone.
+ </para>
+ </warning>
+ </section>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="snapshots.xml" />
-
</section>