]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/beams-across-line-breaks.ly
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / Documentation / snippets / 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.13.1"
4
5 \header {
6   lsrtags = "rhythms"
7
8 %% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
9   texidoces = "
10 Normalmente están prohibidos los saltos de línea si las barras
11 atraviesan las líneas divisorias.  Se puede cambiar este
12 comportamiento como se muestra aquí:
13
14 "
15   doctitlees = "Barras que atraviesan saltos de línea"
16   
17
18   doctitle = "Barras que atraviesan saltos de línea"
19   
20
21   doctitle = "Barras que atraviesan saltos de línea"
22   
23 %% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d  
24 texidocde = "
25 Zeilenumbrüche sind normalerweise während Balken verboten.  Das kann geändert
26 werden.
27
28 "
29   doctitlede = "Balken über Zeilenumbrüche"
30
31
32 %% Translation of GIT committish: b3196fadd8f42d05ba35e8ac42f7da3caf8a3079
33   
34   texidocfr = "
35 Il est normalement impensable qu'un saut de ligne tombe au milieu d'une
36 ligature.  LilyPond permet néanmoins de l'obtenir.
37
38 "
39   doctitlefr = "Ligature au moment d'un saut de ligne"
40
41   texidoc = "
42 Line breaks are normally forbidden when beams cross bar lines. This
43 behavior can be changed as shown: 
44
45 "
46   doctitle = "Beams across line breaks"
47 } % begin verbatim
48
49 \relative c'' {
50   \override Beam #'breakable = ##t
51   c8 c[ c] c[ c] c[ c] c[ \break  
52   c8] c[ c] c[ c] c[ c] c
53 }
54
55