]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/rest-collision-beam-restdir.ly
Imported Upstream version 2.19.45
[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.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