]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-over-barline.ly
f8a0f15a4c6e5d2ebe902b57d77d0027ba50c257
[lilypond.git] / input / regression / beam-over-barline.ly
1
2 \version "2.6.0"
3 \header {
4 texidoc = "Explicit beams may cross barlines. "
5 }
6 \score {
7  \relative c'' { c2.  c8[ c8 c8 c8] }
8
9     \layout { raggedright= ##t }
10
11 }