]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/rest-collision-beam.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / rest-collision-beam.ly
1 \header {
2
3   texidoc = "Rests under beams are shifted upon
4 collision."
5
6 }
7 \version "2.16.0"
8 \paper {
9   ragged-right = ##t
10 }
11   
12 \relative c''' {
13   \stemDown b8[ r b]
14   \stemUp b,,8[ r b] 
15 }
16