13
0
livetrax/manual/xml/saving_a_session.xml
Tim Mayberry 56e384349b Add the ardour manual converted to docbook format with only a few minor
additions.

Add dbhelper.vim key stroke mappings I use for working with docbook source.

There are no xsl or css files for customizing the html output so it will 
look really boring...this will only be temporary.

Support for content localization and generation of pdf's is planned.



git-svn-id: svn://localhost/ardour2/trunk@1405 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-02 04:29:55 +00:00

42 lines
970 B
XML

<?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>
<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"
href="snapshots.xml" />
</section>