]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-collision-scaled-staff.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / beam-collision-scaled-staff.ly
1 \version "2.19.21"
2 \header {
3   texidoc = "Beam collisions are resistant to scaled down staves."
4 }
5
6 \new Staff \with {
7   fontSize = #-3
8   \override StaffSymbol.staff-space = #(magstep -3)
9   \override StaffSymbol.thickness = #(magstep -3) }
10 <<
11   \relative { e''16[ f] }
12   \\
13   \relative { \autoBeamOff g'' b }
14 >>