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
lilypond-1.3.145
[lilypond.git]
/
input
/
ascii-art
/
asciiscript9.ly
blob
c46e76115db4bcb9f559a557868fbe641e7bd8a2
1
% ASCII Art output
2
%
3
% Process as:
4
%
5
% lilypond -fas foo.ly
6
% as2text foo.as
7
8
\include
"paper-as9.ly"
9
10
\score
{
11
\notes\relative
c
'' {
12
\time
4
/
4
;
13
g
1
a b c
14
g
2
a b c
15
g
4
a b c
16
}
17
}
18