]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/beams-across-line-breaks.ly
LSR: Update.
[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"
7
8   texidoc = "
9 Line breaks are normally forbidden when beams cross bar lines. This
10 behavior can be changed as shown: 
11
12 "
13   doctitle = "Beams across line breaks"
14 } % begin verbatim
15 \relative c'' {
16   \override Beam #'breakable = ##t
17   c8 c[ c] c[ c] c[ c] c[ \break  
18   c8] c[ c] c[ c] c[ c] c
19 }
20