1\header {
2  texidoc = "Beam/rest collision takes offset due to @code{Rest #'direction} into
3account properly."
4}
5
6\version "2.19.21"
7\paper {
8  ragged-right = ##t
9}
10
11
12\relative {
13  \override Rest.direction = #UP
14  \stemDown b''8[ r b]
15  \override Rest.direction = #DOWN
16  \stemDown b8[ r b]
17}
18
19