]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-break.ly
MusicXML: src-dir rather than srcdir.
[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.11.51"
8 \layout { ragged-right= ##t }
9
10 \relative c''  {
11   \override Score.Beam #'breakable = ##t
12   \time 3/16 c16-[ d e \break f-] 
13 }