]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-break.ly
(conv): dashes rule.
[lilypond.git] / input / regression / beam-break.ly
1 #(ly:set-option 'old-relative)
2 \header {
3     texidoc = "Beams can be printed across line breaks if forced.
4 "
5
6 }
7 \version "1.9.1"
8     \paper { raggedright= ##t }
9
10 \score { \notes \relative c''  {
11     \property Score.forbidBeamBreak = ##f
12     c2. c8[ c8 \break c8 c8]   } }