X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Flsr%2Fbeams-across-line-breaks.ly;h=57eb66e0856d3704c90c27e452e6cc1102313b2b;hb=39c0e8adb498996f5e414b1d0bc3a20ac81aa619;hp=84cc7d8d5f85392e2299ea082828d36873d3a6e3;hpb=beb52c9966a934559684caebce7acc2b326d316e;p=lilypond.git diff --git a/input/lsr/beams-across-line-breaks.ly b/input/lsr/beams-across-line-breaks.ly index 84cc7d8d5f..57eb66e085 100644 --- a/input/lsr/beams-across-line-breaks.ly +++ b/input/lsr/beams-across-line-breaks.ly @@ -1,21 +1,50 @@ %% 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.46" +\version "2.13.1" \header { - lsrtags = "rhythms, breaks" + lsrtags = "rhythms" + +%% Translation of GIT committish: 151f1bb8c0aae8294e62d0470246ee1019aedfbc + 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" + + +%% 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 = " -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 } + +