repo.or.cz
/
lilypond
/
csorensen.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "Fix syntax error in fret-diagrams.ly"
[lilypond/csorensen.git]
/
input
/
regression
/
stem-shorten.ly
blob
25c029ecbcca51d53d41b7b95583c20edd55ea7d
1
2
\version
"2.10.0"
3
4
\header
{
5
6
texidoc
=
"If note head is `over' the center line, the stem is
7
shortened. This happens with forced stem directions, and with some
8
chord configurations."
9
10
}
11
12
\layout
{
13
ragged-right
= ##
t
14
}
15
16
17
\relative
c
'' {
18
\stemDown
d c b a g f e
19
\stemNeutral
20
\stemUp
a b c d e f g a
21
\stemNeutral
22
s
4
|
23
24
<
g
,
e
'>
2
<
b e g
> <
c e g
> <
d f g
>
25
26
}
27
28