X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fbeams-across-line-breaks.ly;h=913976e8ebb254908fec187c04ca1dbc4d319d24;hb=76c1654d8e6daceabb68d530729f87194fa49fed;hp=57eb66e0856d3704c90c27e452e6cc1102313b2b;hpb=69f0ec479a6ade46d0a227755bb02562112c6743;p=lilypond.git diff --git a/Documentation/snippets/beams-across-line-breaks.ly b/Documentation/snippets/beams-across-line-breaks.ly index 57eb66e085..913976e8eb 100644 --- a/Documentation/snippets/beams-across-line-breaks.ly +++ b/Documentation/snippets/beams-across-line-breaks.ly @@ -1,21 +1,21 @@ -%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it +%% Do not edit this file; it is automatically +%% generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.13.1" +\version "2.13.29" \header { lsrtags = "rhythms" -%% Translation of GIT committish: 151f1bb8c0aae8294e62d0470246ee1019aedfbc +%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b 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 - + doctitlees = "Barras que atraviesan saltos de línea" + +%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 texidocde = " Zeilenumbrüche sind normalerweise während Balken verboten. Das kann geändert werden. @@ -24,8 +24,8 @@ werden. doctitlede = "Balken über Zeilenumbrüche" -%% Translation of GIT committish: b3196fadd8f42d05ba35e8ac42f7da3caf8a3079 - +%% Translation of GIT committish: 708e0d9c660856b19929736ca18a6f9d68539c60 + texidocfr = " Il est normalement impensable qu'un saut de ligne tombe au milieu d'une ligature. LilyPond permet néanmoins de l'obtenir. @@ -35,7 +35,7 @@ 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" @@ -43,7 +43,7 @@ behavior can be changed as shown: \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 }