repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump version.
[lilypond.git]
/
input
/
example-1.ly
blob
9163177ac098b76d3a71f66a3d0dc2d0e3ebb387
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.51"