]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/connecting/beam-across-line-breaks.ly
Resurrect ChangeLog entries from 2004-10-31 to 2005-08-18.
[lilypond.git] / input / lsr / connecting / beam-across-line-breaks.ly
1 %%  Do not edit this file; it is auto-generated from LSR!
2 \version "2.11.23"
3
4 \header { texidoc = "
5 By default, beams can't be printed across line breaks. Here's a way to
6 force the line break, by setting the @code{#'breakable} property. See
7 also in the manual the \"Line Breaking\" and \"Manual beams\" sections.
8 " }
9
10 \layout { ragged-right= ##t }
11
12 \relative c''  {
13   \override Score.Beam #'breakable = ##t
14   \time 3/16 c16-[ d e \break f-] 
15 }