]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/beams-across-line-breaks.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[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.13.1"
4
5 \header {
6   lsrtags = "rhythms"
7
8 %% Translation of GIT committish: 151f1bb8c0aae8294e62d0470246ee1019aedfbc
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   doctitle = "Barras que atraviesan saltos de línea"
16   
17 %% Translation of GIT committish: 6ce7f350682dfa99af97929be1dec6b9f1cbc01a
18   
19 texidocde = "
20 Zeilenumbrüche sind normalerweise während Balken verboten.  Das kann geändert
21 werden.
22
23 "
24   doctitlede = "Balken über Zeilenumbrüche"
25
26
27 %% Translation of GIT committish: b3196fadd8f42d05ba35e8ac42f7da3caf8a3079
28   
29   texidocfr = "
30 Il est normalement impensable qu'un saut de ligne tombe au milieu d'une
31 ligature.  LilyPond permet néanmoins de l'obtenir.
32
33 "
34   doctitlefr = "Ligature au moment d'un saut de ligne"
35
36   texidoc = "
37 Line breaks are normally forbidden when beams cross bar lines. This
38 behavior can be changed as shown: 
39
40 "
41   doctitle = "Beams across line breaks"
42 } % begin verbatim
43
44 \relative c'' {
45   \override Beam #'breakable = ##t
46   c8 c[ c] c[ c] c[ c] c[ \break  
47   c8] c[ c] c[ c] c[ c] c
48 }
49
50