]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/beams-across-line-breaks.ly
Merge branch 'lilypond/translation' of ssh://jomand@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.62"
4
5 \header {
6   lsrtags = "rhythms"
7
8   texidoces = "
9 Normalmente están prohibidos los saltos de línea si las barras
10 atraviesan las líneas divisorias.  Se puede cambiar este
11 comportamiento como se muestra aquí:
12
13 "
14   doctitle = "Barras que atraviesan saltos de línea"
15
16   texidoc = "
17 Line breaks are normally forbidden when beams cross bar lines. This
18 behavior can be changed as shown: 
19
20 "
21   doctitle = "Beams across line breaks"
22 } % begin verbatim
23
24 \relative c'' {
25   \override Beam #'breakable = ##t
26   c8 c[ c] c[ c] c[ c] c[ \break  
27   c8] c[ c] c[ c] c[ c] c
28 }
29