]> git.donarmstrong.com Git - lilypond.git/blob - ly/Welcome_to_LilyPond.ly
* Documentation/pictures/lilypond-48.xpm: New file.
[lilypond.git] / ly / Welcome_to_LilyPond.ly
1 %{
2 Welcome to LilyPond
3 ===================
4
5 Congratulations, LilyPond has been installed successfully.
6
7 Now to take it for the first test run.
8
9   1. Safe this LilyPond file on your desktop.
10
11   2. Pick it up from the desktop with your mouse pointer, drag and drop
12      it onto the LilyPond LSD program.
13
14   3. LilyPond automatically produces a PDF file from the musical scale
15      below.
16
17   4. To print or view the result, click on the newly produced file called
18
19         Welcome_to_LilyPond.PDF
20
21
22 That's it.  For more information, visit http://lilypond.org .
23 %}
24
25 \header{
26   title = "A scale in LilyPond"
27 }
28
29 \relative{
30   c d e f g a b c
31 }