]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/beams-across-line-breaks.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / beams-across-line-breaks.ly
index 03c63ea2ca6f73ef3a01932c6d0124504442a0e0..db8da453b26ff942f463f35ff0e6f38496f52ca9 100644 (file)
@@ -4,40 +4,11 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.16.0"
 
 \header {
   lsrtags = "rhythms"
 
-%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c
-  texidoces = "
-Normalmente están prohibidos los saltos de línea si las barras
-atraviesan las líneas divisorias.  Se puede cambiar este
-comportamiento como se muestra aquí:
-
-"
-  doctitlees = "Barras que atraviesan saltos de línea"
-
-
-%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
-texidocde = "
-Zeilenumbrüche sind normalerweise während Balken verboten.  Das kann geändert
-werden.
-
-"
-  doctitlede = "Balken über Zeilenumbrüche"
-
-
-
-%% Translation of GIT committish: 708e0d9c660856b19929736ca18a6f9d68539c60
-
-  texidocfr = "
-Il est normalement impensable qu'un saut de ligne tombe au milieu d'une
-ligature.  LilyPond permet néanmoins de l'obtenir.
-
-"
-  doctitlefr = "Ligature au moment d'un saut de ligne"
-
   texidoc = "
 Line breaks are normally forbidden when beams cross bar lines. This
 behavior can be changed as shown:
@@ -46,10 +17,9 @@ behavior can be changed as shown:
   doctitle = "Beams across line breaks"
 } % begin verbatim
 
+
 \relative c'' {
   \override Beam #'breakable = ##t
   c8 c[ c] c[ c] c[ c] c[ \break
   c8] c[ c] c[ c] c[ c] c
 }
-
-