]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-break.ly
* scm/bass-figure.scm (make-bass-figure-markup): add
[lilypond.git] / input / regression / beam-break.ly
1 \header {
2     texidoc = "Beams can be printed across line breaks if forced.
3 "
4
5 }
6 \version "1.7.19"
7     \paper { raggedright= ##t }
8
9 \score { \notes \relative c''  {
10     \property Score.forbidBeamBreak = ##f
11     c2. c8-[ c8 \break c8 c8-]   } }