]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-over-barline.ly
* lily/beam-engraver.cc: move new-beam-event to beam-event
[lilypond.git] / input / regression / beam-over-barline.ly
1
2 \version "1.9.1"
3 \header {
4 texidoc = "Explicit beams may cross barlines. "
5 }
6 \score {
7 \notes \relative c'' { c2.  c8[ c8 c8 c8] }
8
9     \paper { raggedright= ##t }
10
11 }