X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Flsr%2Fbeams-across-line-breaks.ly;h=dd4906380e42f5a9d8803fb255b35d8483e8dac6;hb=fb09f28821ce6ce66ec508ddaa8c9320d2813695;hp=12076dbe0b4df4582bd1d1ab2682a80cb2f78dfb;hpb=fa1544eafa87d039bd5cf4712cd5e8b2ecb826dd;p=lilypond.git diff --git a/input/lsr/beams-across-line-breaks.ly b/input/lsr/beams-across-line-breaks.ly index 12076dbe0b..dd4906380e 100644 --- a/input/lsr/beams-across-line-breaks.ly +++ b/input/lsr/beams-across-line-breaks.ly @@ -1,21 +1,39 @@ %% 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.50" +\version "2.12.3" \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 } + +