]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/beams-across-line-breaks.ly
Merge branch 'lilypond/translation' of ssh://trettig@git.sv.gnu.org/srv/git/lilypond...
[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.38"
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. See also in
11 the manual the \"Line breaking\" and \"Manual beams\" sections. 
12
13 "
14   doctitle = "Beams across line breaks"
15 } % begin verbatim
16 \layout { ragged-right = ##t }
17 \relative c'' {
18   \override Score.Beam #'breakable = ##t
19   \time 3/16
20   c16[ d e \break
21   f] r r 
22 }