]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/beams-across-line-breaks.ly
Merge branch 'master' into nested-bookparts
[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 %% Translation of GIT committish :<6ce7f350682dfa99af97929be1dec6b9f1cbc01a>
17   
18 texidocde = "
19 Zeilenumbrüche sind normalerweise während Balken verboten.  Das kann geändert
20 werden.
21
22 "
23   doctitlede = "Balken über Zeilenumbrüche"
24
25   texidoc = "
26 Line breaks are normally forbidden when beams cross bar lines. This
27 behavior can be changed as shown: 
28
29 "
30   doctitle = "Beams across line breaks"
31 } % begin verbatim
32
33 \relative c'' {
34   \override Beam #'breakable = ##t
35   c8 c[ c] c[ c] c[ c] c[ \break  
36   c8] c[ c] c[ c] c[ c] c
37 }
38