X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fgrouping-beats.ly;h=9db3835c3561906360158c4565cfc2a8a142cb5a;hb=dc439acb373098c4cc128a729e0a76674ad2b5e0;hp=c145be2dc980a9b060bee847c2405d603dbb7382;hpb=b25edb663270422d689442336c84269acbbb127e;p=lilypond.git diff --git a/Documentation/snippets/grouping-beats.ly b/Documentation/snippets/grouping-beats.ly index c145be2dc9..9db3835c35 100644 --- a/Documentation/snippets/grouping-beats.ly +++ b/Documentation/snippets/grouping-beats.ly @@ -1,18 +1,20 @@ -%% Do not edit this file; it is auto-generated from input/new -%% This file is in the public domain. -%% Note: this file works from version 2.13.4 -\version "2.13.4" +% Do not edit this file; it is automatically +% generated from Documentation/snippets/new +% This file is in the public domain. +%% Note: this file works from version 2.13.36 +\version "2.13.36" \header { -%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca +%% Translation of GIT committish: fa19277d20f8ab0397c560eb0e7b814bd804ecec texidoces = " Los patrones de barrado se pueden alterar con la propiedad @code{beatGrouping}: " doctitlees = "Agrupar los pulsos" - -%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d + + +%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 texidocde = " Balkengruppen können mit der @code{beatGrouping}-Eigenschaft geändert werden: @@ -21,16 +23,16 @@ werden: doctitlede = "Notengruppen" -%% Translation of GIT committish: b3196fadd8f42d05ba35e8ac42f7da3caf8a3079 + +%% Translation of GIT committish: 708e0d9c660856b19929736ca18a6f9d68539c60 texidocfr = " -La manière de gérer les ligatures est influencée par la propriété +La manière de gérer les ligatures est influencée par la propriété @code{beatGrouping} : " doctitlefr = "Regroupement selon la pulsation" lsrtags = "rhythms" - texidoc = " Beaming patterns may be altered with the @code{beatGrouping} property: @@ -39,14 +41,7 @@ Beaming patterns may be altered with the @code{beatGrouping} property: } % begin verbatim -\relative c'' { - \time 5/16 - \overrideBeamSettings #'Score #'(5 . 16) #'end - #'((* . (2 3))) - c8^"(2+3)" c16 c8 - \overrideBeamSettings #'Score #'(5 . 16) #'end - #'((* . (3 2))) - c8^"(3+2)" c16 c8 +\markup { + This snippet is deprecated as of version 2.13.5 and will be removed + in version 2.14. } - -