]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-over-barline.ly
Massive changes - see ChangeLog.
[lilypond.git] / input / regression / beam-over-barline.ly
1 #(ly:set-option 'old-relative)
2 \version "1.9.0"
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 }