]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/rest-collision-beam-restdir.ly
Merge with master
[lilypond.git] / input / regression / rest-collision-beam-restdir.ly
1 \header {
2   texidoc = "Beam/rest collision takes offset due to @code{Rest #'direction} into
3 account properly."
4 }
5
6 \version "2.10.7"
7 \paper {
8   ragged-right = ##t
9 }
10
11
12 \relative c''' {
13   \override Rest #'direction = #UP
14   \stemDown b8[ r b]
15   \override Rest #'direction = #DOWN
16   \stemDown b8[ r b]
17 }
18