~s-cecilio/lenmus/v5.3

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>LenMus Phonascus - File Menu</title>
</head>
<body>

<h1>File Menu</h1>

<h2>How to get there</h2>
The File Menu is an item of main window menu:
<br /><br /><img src="img/main_menu.png">

<h2>What it does</h2>
As in many computer programs, LenMus's File menu contains various commands for opening,
closing, saving, and printing scores and eBooks. It also contains commands for importing
scores in other formats, currently only in MusicXML. Finally, the File menu contains
the Quit command used to exit the program.

<h2>Commands</h2>

<table border="0" cellpadding="4" cellspacing="2">
<tr bgcolor="#ddddff">
    <td><b>Button</b></td>
    <td><b>Command&nbsp;name</b></td>
    <td><b>Shortcut</b></td>
    <td><b>Description</b></td></tr>

<tr bgcolor="#f0f0ff">
    <td><img src="img/tool_new_16.png"></td>
    <td>New</td><td>Ctrl+N</td>
    <td>Creates a new empty score.</td></tr>

<tr bgcolor="#f0f0ff">
    <td><img src="img/tool_open_16.png"></td>
    <td>Open</td><td>Ctrl+O</td>
    <td>Opens an existing LenMus score (.ldp).</td></tr>

<tr bgcolor="#f0f0ff">
    <td><img src="img/tool_open_ebook_16.png"></td>
    <td>Open books</td><td>&nbsp;</td>
    <td>Opens <a href="manager.html">eBooks manager</a> and displays
        the introduction page.</td></tr>

<tr bgcolor="#f0f0ff">
    <td>&nbsp;</td>
    <td>Import</td><td>&nbsp;</td>
    <td>Opens an existing MusicXML score.</td></tr>

<tr bgcolor="#f0f0ff">
    <td><img src="img/tool_save_16.png"></td>
    <td>Save</td><td>Ctrl+S</td>
    <td>Saves the current score.</td></tr>

<tr bgcolor="#f0f0ff">
    <td>&nbsp;</td>
    <td>Save as...</td><td>Ctrl+Shift+S</td>
    <td>Saves the current score under different name. It lets you
        choose the new name for the score. The old one is not deleted so it also remains
        in the disk.</td></tr>

<tr bgcolor="#f0f0ff">
    <td>&nbsp;</td>
    <td>Close</td><td>Ctrl+W</td>
    <td>Closes the current window, asking you if you want to
        save changes.</td></tr>

<tr bgcolor="#f0f0ff">
    <td><img src="img/tool_print_16.png"></td>
    <td>Print...</td><td>Ctrl+P</td>
    <td>Print out the currently open score or eBook displayed page.</td></tr>

<tr bgcolor="#f0f0ff">
    <td>&nbsp;</td>
    <td>Print Setup...</td><td>&nbsp;</td>
    <td>Configure how LenMus will print out the currently open score or eBook displayed page
        when using the Print command, and what printer to use.</td></tr>

<tr bgcolor="#f0f0ff">
    <td>&nbsp;</td>
    <td>Print Preview</td><td>Ctrl+Shift+P</td>
    <td>Opens a window to show how the currently open score or eBook displayed page will
        be printed when using the Print command.</td></tr>

<!--
<tr bgcolor="#f0f0ff">
    <td>&nbsp;</td>
    <td>Recent Files ...</td><td>&nbsp;</td>
    <td>Brings up a list of scores you have recently
        opened in LenMus to be re-opened quickly.</td></tr>
-->

<tr bgcolor="#f0f0ff">
    <td>&nbsp;</td>
    <td>Quit</td><td>Ctrl+Q</td>
    <td>Closes all windows and exits LenMus, prompting you
        to save any unsaved changes first.</td></tr>

<!--
<tr bgcolor="#f0f0ff">
    <td>&nbsp;</td>
    <td>xxxx</td><td>&nbsp;</td>
    <td>xxxxxxxxxxxxxxxxxxxxx</td></tr>
-->


</table>

</body>
</html>