]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/beams-across-line-breaks.ly
LSR updates
[lilypond.git] / Documentation / snippets / beams-across-line-breaks.ly
index 2fe4eeeda18e74610c6330017e1266766c5de3fd..4e0e877cdfd0de733cd95bf97b4b1e30b8a221c1 100644 (file)
@@ -1,38 +1,14 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.10"
+\version "2.17.25"
 
 \header {
   lsrtags = "rhythms"
 
-%% Translation of GIT committish: 45fc8488655f9ea122d1ec6e3328892618bd6971
-  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: d96023d8792c8af202c7cb8508010c0d3648899d
-texidocde = "
-Zeilenumbrüche sind normalerweise während Balken verboten.  Das kann geändert
-werden.
-
-"
-  doctitlede = "Balken über Zeilenumbrüche"
-
-
-%% Translation of GIT committish: b3196fadd8f42d05ba35e8ac42f7da3caf8a3079
-
-  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:
@@ -41,10 +17,9 @@ behavior can be changed as shown:
   doctitle = "Beams across line breaks"
 } % begin verbatim
 
+
 \relative c'' {
-  \override Beam #'breakable = ##t
+  \override Beam.breakable = ##t
   c8 c[ c] c[ c] c[ c] c[ \break
   c8] c[ c] c[ c] c[ c] c
 }
-
-