]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/beams-across-line-breaks.ly
Doc: run makelsr locally
[lilypond.git] / Documentation / snippets / beams-across-line-breaks.ly
index 038d5fcfa105472ed76170bbd64a6f11ad7b8433..aa0e154002f57ba308c6571be66abe12dbfb4c59 100644 (file)
@@ -1,11 +1,15 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% 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.1"
+\version "2.14.2"
 
 \header {
   lsrtags = "rhythms"
 
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
+%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
   texidoces = "
 Normalmente están prohibidos los saltos de línea si las barras
 atraviesan las líneas divisorias.  Se puede cambiar este
@@ -13,9 +17,9 @@ comportamiento como se muestra aquí:
 
 "
   doctitlees = "Barras que atraviesan saltos de línea"
-  
 
-%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d  
+
+%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
 texidocde = "
 Zeilenumbrüche sind normalerweise während Balken verboten.  Das kann geändert
 werden.
@@ -24,8 +28,8 @@ werden.
   doctitlede = "Balken über Zeilenumbrüche"
 
 
-%% Translation of GIT committish: b3196fadd8f42d05ba35e8ac42f7da3caf8a3079
-  
+
+%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4
   texidocfr = "
 Il est normalement impensable qu'un saut de ligne tombe au milieu d'une
 ligature.  LilyPond permet néanmoins de l'obtenir.
@@ -35,15 +39,16 @@ ligature.  LilyPond permet néanmoins de l'obtenir.
 
   texidoc = "
 Line breaks are normally forbidden when beams cross bar lines. This
-behavior can be changed as shown: 
+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[ \break
   c8] c[ c] c[ c] c[ c] c
 }