LILYPONDPREFIX -> LILYPOND_DATADIR
[lilypad-macos.git] / Welcome-to-LilyPond-MacOS.ly
blob5a6078518804ac31f7c471764f05f5225e6a6ddd
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 file
11 2. Select
13 Compile > Typeset file
15 from the menu.
17 The file is processed, and
19 3. The PDF viewer will pop up. Click one of the noteheads.
22 That's it. For more information, visit http://lilypond.org .
26 \header{
27 title = "A scale in LilyPond"
30 \relative {
31 c d e f g a b c
35 \version "2.8.0" % necessary for upgrading to future LilyPond versions.