X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fbeams-across-line-breaks.ly;h=4b9374e5eb49ace7c0f8ebd47bd5d8a833fadbc7;hb=23108a9515e7f76b44fac0b323afb169d708bfa1;hp=41a556ae6ebf73be05a18da600694bcfbbeab58d;hpb=2f320e9722ec20d6f13ec567d007763cc912c5da;p=lilypond.git diff --git a/Documentation/snippets/beams-across-line-breaks.ly b/Documentation/snippets/beams-across-line-breaks.ly index 41a556ae6e..4b9374e5eb 100644 --- a/Documentation/snippets/beams-across-line-breaks.ly +++ b/Documentation/snippets/beams-across-line-breaks.ly @@ -4,40 +4,11 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.14.0" +\version "2.17.11" \header { lsrtags = "rhythms" -%% Translation of GIT committish: 615cbf212fdaf0b220b3330da417d0c3602494f2 - 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: 0a868be38a775ecb1ef935b079000cebbc64de40 -texidocde = " -Zeilenumbrüche sind normalerweise während Balken verboten. Das kann geändert -werden. - -" - doctitlede = "Balken über Zeilenumbrüche" - - - -%% 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. - -" - 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: @@ -46,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 } - -