~s-cecilio/lenmus/v5.3

« back to all changes in this revision

Viewing changes to locale/zh_CN/help/menu_file.htm

  • Committer: cecilios
  • Date: 2012-09-11 16:59:18 UTC
  • Revision ID: svn-v4:2587a929-2f0e-0410-ae78-fe6f687d5efe:branches/TRY-5.0:730
Paths: fixed problem with installation folders. Fixed Chinese ISO language code

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<head>
 
3
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 
4
<title>LenMus Phonascus - File Menu</title>
 
5
</head>
 
6
<body>
 
7
 
 
8
<h1>File Menu</h1>
 
9
 
 
10
<h2>How to get there</h2>
 
11
The File Menu is an item of main window menu:
 
12
<br /><br /><img src="img/main_menu.png">
 
13
 
 
14
<h2>What it does</h2>
 
15
As in many computer programs, LenMus's File menu contains various commands for opening,
 
16
closing, saving, and printing scores and eBooks. It also contains commands for importing
 
17
scores in other formats, currently only in MusicXML. Finally, the File menu contains
 
18
the Quit command used to exit the program.
 
19
 
 
20
<h2>Commands</h2>
 
21
 
 
22
<table border="0" cellpadding="4" cellspacing="2">
 
23
<tr bgcolor="#ddddff">
 
24
    <td><b>Button</b></td>
 
25
    <td><b>Command&nbsp;name</b></td>
 
26
    <td><b>Shortcut</b></td>
 
27
    <td><b>Description</b></td></tr>
 
28
 
 
29
<tr bgcolor="#f0f0ff">
 
30
    <td><img src="img/tool_new_16.png"></td>
 
31
    <td>New</td><td>Ctrl+N</td>
 
32
    <td>Creates a new empty score.</td></tr>
 
33
 
 
34
<tr bgcolor="#f0f0ff">
 
35
    <td><img src="img/tool_open_16.png"></td>
 
36
    <td>Open</td><td>Ctrl+O</td>
 
37
    <td>Opens an existing LenMus score (.ldp).</td></tr>
 
38
 
 
39
<tr bgcolor="#f0f0ff">
 
40
    <td><img src="img/tool_open_ebook_16.png"></td>
 
41
    <td>Open books</td><td>&nbsp;</td>
 
42
    <td>Opens <a href="manager.html">eBooks manager</a> and displays
 
43
        the introduction page.</td></tr>
 
44
 
 
45
<tr bgcolor="#f0f0ff">
 
46
    <td>&nbsp;</td>
 
47
    <td>Import</td><td>&nbsp;</td>
 
48
    <td>Opens an existing MusicXML score.</td></tr>
 
49
 
 
50
<tr bgcolor="#f0f0ff">
 
51
    <td><img src="img/tool_save_16.png"></td>
 
52
    <td>Save</td><td>Ctrl+S</td>
 
53
    <td>Saves the current score.</td></tr>
 
54
 
 
55
<tr bgcolor="#f0f0ff">
 
56
    <td>&nbsp;</td>
 
57
    <td>Save as...</td><td>Ctrl+Shift+S</td>
 
58
    <td>Saves the current score under different name. It lets you
 
59
        choose the new name for the score. The old one is not deleted so it also remains
 
60
        in the disk.</td></tr>
 
61
 
 
62
<tr bgcolor="#f0f0ff">
 
63
    <td>&nbsp;</td>
 
64
    <td>Close</td><td>Ctrl+W</td>
 
65
    <td>Closes the current window, asking you if you want to
 
66
        save changes.</td></tr>
 
67
 
 
68
<tr bgcolor="#f0f0ff">
 
69
    <td><img src="img/tool_print_16.png"></td>
 
70
    <td>Print...</td><td>Ctrl+P</td>
 
71
    <td>Print out the currently open score or eBook displayed page.</td></tr>
 
72
 
 
73
<tr bgcolor="#f0f0ff">
 
74
    <td>&nbsp;</td>
 
75
    <td>Print Setup...</td><td>&nbsp;</td>
 
76
    <td>Configure how LenMus will print out the currently open score or eBook displayed page
 
77
        when using the Print command, and what printer to use.</td></tr>
 
78
 
 
79
<tr bgcolor="#f0f0ff">
 
80
    <td>&nbsp;</td>
 
81
    <td>Print Preview</td><td>Ctrl+Shift+P</td>
 
82
    <td>Opens a window to show how the currently open score or eBook displayed page will
 
83
        be printed when using the Print command.</td></tr>
 
84
 
 
85
<!--
 
86
<tr bgcolor="#f0f0ff">
 
87
    <td>&nbsp;</td>
 
88
    <td>Recent Files ...</td><td>&nbsp;</td>
 
89
    <td>Brings up a list of scores you have recently
 
90
        opened in LenMus to be re-opened quickly.</td></tr>
 
91
-->
 
92
 
 
93
<tr bgcolor="#f0f0ff">
 
94
    <td>&nbsp;</td>
 
95
    <td>Quit</td><td>Ctrl+Q</td>
 
96
    <td>Closes all windows and exits LenMus, prompting you
 
97
        to save any unsaved changes first.</td></tr>
 
98
 
 
99
<!--
 
100
<tr bgcolor="#f0f0ff">
 
101
    <td>&nbsp;</td>
 
102
    <td>xxxx</td><td>&nbsp;</td>
 
103
    <td>xxxxxxxxxxxxxxxxxxxxx</td></tr>
 
104
-->
 
105
 
 
106
 
 
107
</table>
 
108
 
 
109
</body>
 
110
</html>