]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-over-barline.ly
* scm/bass-figure.scm (make-bass-figure-markup): add
[lilypond.git] / input / regression / beam-over-barline.ly
1 \version "1.7.18"
2 \header {
3 texidoc = "explicit beams may cross barlines. "
4 }
5 \score {
6 \notes \relative c'' { c2.  c8-[ c8 c8 c8] }
7
8     \paper { raggedright= ##t }
9
10 }