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
Massive changes - see ChangeLog.
[lilypond.git]
/
input
/
ascii-art
/
as2.ly
blob
d3beeb90ab606f245d4d7e8eb3e31633de342b55
1
#(
ly
:
set-option
'
old-relative
)
2
\version
"1.9.0"
3
4
% test for ascii-art output
5
6
\include
"paper-as9.ly"
7
8
\score
{
9
\notes\relative
c
'{
10
\time
4
/
4
11
c
8
(
e g
)
b
12
d
(
d d
)
d
13
\bar
"|."
14
}
15
\paper
{
16
linewidth
=
65.0
\char
17
\translator
{
\StaffContext
barSize
= #
9
}
18
%\translator { \VoiceContext beamHeight = #0 }
19
\translator
{
\VoiceContext
beamHeight
= ##
f
}
20
}
21
22
}
23