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
release commit
[lilypond.git]
/
input
/
ascii-art
/
asciiscript5.ly
blob
fb35ab5a02a846c0c61943b16828ee21f7f73db2
1
\version
"1.5.68"
2
% ASCII Art output
3
%
4
% Process as:
5
%
6
% lilypond -fas foo.ly
7
% as2text foo.as
8
9
\include
"paper-as5.ly"
10
11
\score
{
12
\notes\relative
c
'' {
13
\time
4
/
4
14
g
1
a b c
15
g
2
a b c
16
g
4
a b c
17
}
18
\paper
{
19
\translator
{
20
\StaffContext
21
BarLine
\override
#'
bar-size
= #
5
22
}
23
}
24
}
25