]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-break.ly
5019e29eaa0c9b30d1b359438f0bee65dd3211c4
[lilypond.git] / input / regression / beam-break.ly
1
2 \header {
3     texidoc = "Beams can be printed across line breaks if forced.
4 "
5
6 }
7 \version "2.1.22"
8     \paper { raggedright= ##t }
9
10 \score { \notes \relative c''  {
11     \set Score.forbidBeamBreak = ##f
12    \time 3/16 c16-[ d e \break f-] 
13 }}