]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/beams-across-line-breaks.ly
Merge commit 'origin' into includes
[lilypond.git] / input / lsr / beams-across-line-breaks.ly
index fac7861fde2b953dea0231603aa8ed8f1336ad35..72655a3c5d3a9c24a9a6054713c2c8fc6d707bb5 100644 (file)
@@ -1,21 +1,38 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.51"
+\version "2.12.0"
 
 \header {
-  lsrtags = "rhythms, breaks"
+  lsrtags = "rhythms"
+
+  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í:
+
+"
+  doctitle = "Barras que atraviesan saltos de línea"
+  
+%% Translation of GIT committish :<6ce7f350682dfa99af97929be1dec6b9f1cbc01a>
+  
+texidocde = "
+Zeilenumbrüche sind normalerweise während Balken verboten.  Das kann geändert
+werden.
+
+"
+  doctitlede = "Balken über Zeilenumbrüche"
 
   texidoc = "
-By default, beams can't be printed across line breaks.  This behavior
-can be overridden by setting the @code{breakable} property. 
+Line breaks are normally forbidden when beams cross bar lines. This
+behavior can be changed as shown: 
 
 "
   doctitle = "Beams across line breaks"
 } % begin verbatim
-\layout { ragged-right = ##t }
+
 \relative c'' {
-  \override Score.Beam #'breakable = ##t
-  \time 3/16
-  c16[ d e \break
-  f16] r r 
+  \override Beam #'breakable = ##t
+  c8 c[ c] c[ c] c[ c] c[ \break  
+  c8] c[ c] c[ c] c[ c] c
 }
+