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
* input/regression/hairpin-dashed.ly: new file.
[lilypond.git]
/
input
/
example-1.ly
blob
ec0862bed98529f927840f18f86ef51021256271
1
\version
"1.9.4"
2
% A simple scale in LilyPond
3
%
4
% Type:
5
%
6
% ly2dvi example-1
7
% xdvi example-1 # or your dvi viewer here
8
%
9
10
%%
11
%% For learning LilyPond, please read the tutorial, included in the
12
%% user-manual.
13
%%
14
15
\score
{
16
\context
Voice
\notes\relative
c
{
17
c
'
d e f g a b c
18
}
19
\paper
{ }
20
\midi
{ }
21
}