summaryrefslogtreecommitdiff
path: root/ly/Welcome-to-LilyPond-MacOS.ly
blob: 5768d8b5f08482bd0f8d8ca24e88e65560bfb00c (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
%{
Welcome to LilyPond
===================

Congratulations, LilyPond has been installed successfully.

Now to take it for the first test run.

  1. Save this file

  2. Select

       Compile > Typeset file

  from the menu.

  The file is processed, and

  3.  The PDF viewer will pop up. Click one of the noteheads.


That's it.  For more information, visit http://lilypond.org .

%}

\version "2.19.47"  % necessary for upgrading to future LilyPond versions.

\header{
  title = "A scale in LilyPond"
}

\relative {
  c' d e f g a b c
}