X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Flsr%2Fuse-square-bracket-at-the-start-of-a-staff-group.ly;h=2571ca371684b53e7442090efb6d5441789b3a24;hb=1423508c355989fa26a8cfe5985b0d6e1ab0a538;hp=f1522176a2f74262aafe1df5fad27edde036b72e;hpb=66ffd212bba2b1b09580f878d66dba6c1e713102;p=lilypond.git diff --git a/input/lsr/use-square-bracket-at-the-start-of-a-staff-group.ly b/input/lsr/use-square-bracket-at-the-start-of-a-staff-group.ly index f1522176a2..2571ca3716 100644 --- a/input/lsr/use-square-bracket-at-the-start-of-a-staff-group.ly +++ b/input/lsr/use-square-bracket-at-the-start-of-a-staff-group.ly @@ -1,10 +1,28 @@ %% 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 = "staff-notation, contexts-and-engravers" +%% Translation of GIT committish: f39a9724d9f51ed9d0d464689ef62f549d7b8dd6 + texidoces = " +Se puede usar el delimitador de comienzo de un sistema +@code{SystemStartSquare} estableciéndolo explícitamente dentro de +un contexto @code{StaffGroup} o @code{ChoirStaffGroup}. + +" + doctitlees = "Uso del corchete recto al comienzo de un grupo de pentagramas" + +%% Translation of GIT committish: 0364058d18eb91836302a567c18289209d6e9706 + texidocde = " +Die Klammer zu Beginn von Systemgruppen kann auch in eine eckige Klammer +(@code{SystemStartSquare}) umgewandelt werden, wenn man sie explizit +im @code{StaffGroup}- oder @code{ChoirStaffGroup}-Kontext setzt. + +" + doctitlede = "Eine eckige Klammer zu Beginn von Systemgruppen benutzen" + texidoc = " The system start delimiter @code{SystemStartSquare} can be used by setting it explicitly in a @code{StaffGroup} or @code{ChoirStaffGroup} @@ -13,6 +31,7 @@ context. " doctitle = "Use square bracket at the start of a staff group" } % begin verbatim + \score { \new StaffGroup { << \set StaffGroup.systemStartDelimiter = #'SystemStartSquare @@ -20,3 +39,4 @@ context. \new Staff { c'4 d' e' f' } >> } } +