]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/beams-across-line-breaks.ly
Merge master into nested-bookparts
[lilypond.git] / input / lsr / beams-across-line-breaks.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.11.62"
4
5 \header {
6   lsrtags = "rhythms, breaks"
7
8   texidoc = "
9 By default, beams can't be printed across line breaks.  This behavior
10 can be overridden by setting the @code{breakable} property. 
11
12 "
13   doctitle = "Beams across line breaks"
14 } % begin verbatim
15 \layout { ragged-right = ##t }
16 \relative c'' {
17   \override Score.Beam #'breakable = ##t
18   \time 3/16
19   c16[ d e \break
20   f16] r r 
21 }