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.5.14
[lilypond.git]
/
input
/
test
/
stem-spacing.ly
blob
765416f54ce74e4f48b9a92c4ac71333a6188854
1
\header
{
2
texidoc
=
"
3
In a limited number of cases, LilyPond corrects for optical spacing
4
effects. In this example, space for opposite pointed stems is adjuste
5
"
;
6
}
7
\score
{
8
\context
Voice
\notes\relative
c
{
9
10
\time
12
/
4
;
c
''
4
c c c a f
'
f
,
a
11
12
}
13
\paper
{
14
linewidth
=
-
1.0
;
15
}
16
\midi
{ }
17
}