]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/beam-across-line-breaks.ly
Fix makelsr.py and update LSR
[lilypond.git] / input / lsr / beam-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 %% Tags: rhythms, breaks
4 \version "2.11.35"
5
6 \header { texidoc = "
7 By default, beams can't be printed across line breaks. Here's a way to
8 force the line break, by setting the @code{#'breakable} property. See
9 also in the manual the \"Line Breaking\" and \"Manual beams\" sections.
10 " }
11 % begin verbatim
12 \layout { ragged-right= ##t }
13
14 \relative c''  {
15   \override Score.Beam #'breakable = ##t
16   \time 3/16 c16-[ d e \break f-] 
17 }