]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-over-barline.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / beam-over-barline.ly
1
2 \version "2.3.22"
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 }