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
/
as-email.ly
blob
c7005e4b3b998dd2770de58c5743a3af9b6bcc29
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
3
/
8
14
a
8
a a
15
\time
5
/
8
16
a a a a a
17
%a16 a a a a a a a a a
18
}
19
\paper
{
20
linewidth
=
-
1
.
21
\translator
{
22
\StaffContext
23
StaffSymbol
\override
#'
molecule-callback
= #(
lambda
(
x
) '())
24
}
25
}
26
}
27