X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fuse-square-bracket-at-the-start-of-a-staff-group.ly;h=2571ca371684b53e7442090efb6d5441789b3a24;hb=3eb1e37e2e0b3966142cd04b85e30ab882308612;hp=5583d86a7b667df67a062fb58c6e6bd66a398a8d;hpb=20b8c1519bbba8728457aa98e59993837bedfb04;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 5583d86a7b..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,11 @@ %% 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.55" +\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 @@ -13,6 +14,15 @@ 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} @@ -21,6 +31,7 @@ context. " doctitle = "Use square bracket at the start of a staff group" } % begin verbatim + \score { \new StaffGroup { << \set StaffGroup.systemStartDelimiter = #'SystemStartSquare @@ -28,3 +39,4 @@ context. \new Staff { c'4 d' e' f' } >> } } +