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
Fixes Issue 1504, allowing feather beam line breaking.
[lilypond/patrick.git]
/
input
/
regression
/
rest-collision-beam-restdir.ly
blob
642512bd8fee08cb08e141ad284a7962f2d9e2ca
1
\header
{
2
texidoc
=
"Beam/rest collision takes offset due to @code{Rest #'direction} into
3
account properly."
4
}
5
6
\version
"2.12.0"
7
\paper
{
8
ragged-right
= ##
t
9
}
10
11
12
\relative
c
''' {
13
\override
Rest
#'
direction
= #
UP
14
\stemDown
b
8
[
r
b
]
15
\override
Rest
#'
direction
= #
DOWN
16
\stemDown
b
8
[
r
b
]
17
}
18