]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-break.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[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.19.21"
8 \layout { ragged-right= ##t }
9
10 \relative  {
11   \override Score.Beam.breakable = ##t
12   \time 3/16 c''16-[ d e \break f-] 
13 }