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