repo.or.cz
/
lilypond
/
patrick.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MIDI: fix regtest failure
[lilypond/patrick.git]
/
input
/
regression
/
chord-tremolo-stem-direction.ly
blob
01ed127ce143a0f21c5e24e94126c6b3a051b821
1
\header
{
2
3
texidoc
=
"Stem directions influence positioning of whole note
4
tremolo beams."
5
6
}
7
8
\version
"2.12.0"
9
\paper
{
10
ragged-right
= ##
t
11
}
12
13
\relative
c
{
14
\stemDown
15
\repeat
tremolo
16
{
d
32
a
'
32
}
16
}