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
(process_acknowledged_grobs):
[lilypond.git]
/
input
/
example-3.ly
blob
73fa8071c15e66a29e6e9501787ce0e270894a76
1
#(
ly
:
set-option
'
old-relative
)
2
\version
"1.9.8"
3
4
one
=
\notes\relative
c
{
5
c
''
d e f
6
}
7
8
two
=
\notes\relative
c
{
9
\clef
"bass"
10
c
'
2
g
2
11
}
12
13
\score
{
14
<<
15
\one
16
\two
17
>>
18
\paper
{}
19
\midi
{}
20
}
21
22
% A full example with two staves
23
%
24
% Type:
25
%
26
% ly2dvi example-3
27
% xdvi example-3 # or your dvi viewer here
28
29
%%
30
%% For learning LilyPond, please read the tutorial, included in the
31
%% user-manual.
32
%%