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
programming-work: remove reference to non-existsing node.
[lilypond/patrick.git]
/
input
/
regression
/
rest-collision-beam.ly
blob
1ec5441eb2f5fd48574df90dd77a8cc4fb997174
1
\header
{
2
3
texidoc
=
"Rests under beams are shifted upon
4
collision."
5
6
}
7
\version
"2.12.0"
8
\paper
{
9
ragged-right
= ##
t
10
}
11
12
\relative
c
''' {
13
\stemDown
b
8
[
r
b
]
14
\stemUp
b
,,
8
[
r
b
]
15
}
16