]> git.donarmstrong.com Git - lilypond.git/blob - input/example-1.ly
Merge master into nested-bookparts
[lilypond.git] / input / example-1.ly
1 %%% A simple scale in LilyPond
2
3 \relative {
4   c d e f g a b c
5 }
6
7 %{
8 Type
9
10     lilypond example-1
11     xpdf example-1     # or your PDF viewer here
12
13 For learning LilyPond, please read the tutorial
14
15    http://lilypond.org/tutorial
16
17 also included in the user-manual.
18 %}
19
20 %% Optional version number
21 \version "2.11.61"