X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fbeams-across-line-breaks.ly;h=1b60a49d41b2c8c2432be6b20ef69d657f5d38bb;hb=f34e902280136100fa7cdea1f6ff3e8860181008;hp=4f4a308fa7089270ecbbd53f356ca4e07f2875a3;hpb=9158bc17904d4dd930a1f776cfe3226f1ad84092;p=lilypond.git diff --git a/Documentation/snippets/beams-across-line-breaks.ly b/Documentation/snippets/beams-across-line-breaks.ly index 4f4a308fa7..1b60a49d41 100644 --- a/Documentation/snippets/beams-across-line-breaks.ly +++ b/Documentation/snippets/beams-across-line-breaks.ly @@ -1,40 +1,14 @@ -%% Do not edit this file; it is automatically +%% 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.31" +\version "2.17.6" \header { lsrtags = "rhythms" -%% 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í: - -" - 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: @@ -43,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 } - -