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