]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-break.ly
* lily/key-performer.cc (create_audio_elements): always use major
[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
8 \score { \notes \relative c''  {
9     \property Score.forbidBeamBreak = ##f
10     c2. c8-[ c8 \break c8 c8-]   } }