]> git.donarmstrong.com Git - lilypond.git/blob - ly/Welcome-to-LilyPond-MacOS.ly
Issue 2559: For time-based footnotes without grob spec, attach to all grobs
[lilypond.git] / ly / Welcome-to-LilyPond-MacOS.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 file
10
11   2. Select
12
13        Compile > Typeset file
14
15   from the menu.
16
17   The file is processed, and
18
19   3.  The PDF viewer will pop up. Click one of the noteheads.
20
21
22 That's it.  For more information, visit http://lilypond.org .
23
24 %}
25
26 \version "2.14.0"  % necessary for upgrading to future LilyPond versions.
27
28 \header{
29   title = "A scale in LilyPond"
30 }
31
32 \relative c' {
33   c d e f g a b c
34 }