]> git.donarmstrong.com Git - lilypond.git/blob - ly/Welcome_to_LilyPond.ly
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond into tmp
[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. Save this LilyPond file on your desktop with the name "test.ly".
10
11   2. Pick it up from the desktop with your mouse pointer, drag and drop
12      it onto the LilyPond icon.
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
18      called
19
20         test.PDF
21
22
23 That's it.
24
25 LilyPond's interface is text-based. Please read the documentation.
26
27 For more information, visit http://lilypond.org .
28 %}
29
30 \version "2.11.65"  % necessary for upgrading to future LilyPond versions.
31
32 \header{
33   title = "A scale in LilyPond"
34 }
35
36 \relative c' {
37   c d e f g a b c
38 }