Introduce @endpredefined.
[lilypond.git] / ly / Welcome_to_LilyPond.ly
blobd5d99ff0ce0e6762faec61f8a430055cd11891ad
1 %{
2 Welcome to LilyPond
3 ===================
5 Congratulations, LilyPond has been installed successfully.
7 Now to take it for the first test run.
9 1. Save this LilyPond file on your desktop.
11 2. Pick it up from the desktop with your mouse pointer, drag and drop
12 it onto the LilyPond icon.
14 3. LilyPond automatically produces a PDF file from the musical scale
15 below.
17 4. To print or view the result, click on the newly produced file called
19 Welcome_to_LilyPond.PDF
22 That's it. For more information, visit http://lilypond.org .
25 \header{
26 title = "A scale in LilyPond"
29 \relative{
30 c d e f g a b c
34 \version "2.10.0" % necessary for upgrading to future LilyPond versions.