mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 19:23:59 +00:00
23 lines
690 B
HTML
23 lines
690 B
HTML
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
|
|
<html> <head>
|
|
<title>VocalEasel: Printing Music</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Printing Music</h1>
|
|
|
|
While the VocalEasel editing window does not look very nice,
|
|
VocalEasel uses the LilyPond system to produce beautiful PDF and print output:
|
|
|
|
<ul>
|
|
<li>To print, use the <i>Print</i> menu item.</li>
|
|
<li>To preview the print output, click the <i>Preview</i> icon.</li>
|
|
<li>To save a song as a PDF file, use the <i>Save As...</i> menu item and
|
|
select <i>PDF</i> from the <i>File Format</i> popup menu.
|
|
</ul>
|
|
|
|
All of these tasks need to run LilyPond to create the output format, a process
|
|
which can take up to a minute or so.
|
|
|
|
</body> </html>
|