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
Fix 524 pitched trill losing accidental.
[lilypond.git]
/
input
/
regression
/
rest-collision-beam-quantized.ly
blob
f2de829c3e858a88eb4a3ecd94c902055dae12f6
1
\header
{
2
texidoc
=
"Rests under beams are moved by whole staff spaces."
3
}
4
5
\layout
{
6
ragged-right
= ##
t
7
}
8
9
\version
"2.10.0"
10
11
fig
=
\relative
c
' {
12
<
a c e
>
8
[
13
r
<
c e a
>
r
<
e a c
>
r
<
a c e
>]
14
r |
15
}
16
17
\relative
c
'
\new
Staff
{
18
\transpose
c c
,
\fig
19
}