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
Compile fix.
[lilypond.git]
/
input
/
example-1.ly
blob
a4ea980eee860780cea644ce562cba7fa854c98f
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"