X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fuse-square-bracket-at-the-start-of-a-staff-group.ly;h=e7ebc7a0e4f2c9ae4c92f09ed640cf55813ba36a;hb=4b994f8a49892039def08d141daf12c128a12cd4;hp=b7c095f88976b2758f68f56e6828faf419381b62;hpb=87aec4a93a0fe08275dd6cce6961dd9f80f581d1;p=lilypond.git diff --git a/Documentation/snippets/use-square-bracket-at-the-start-of-a-staff-group.ly b/Documentation/snippets/use-square-bracket-at-the-start-of-a-staff-group.ly index b7c095f889..e7ebc7a0e4 100644 --- a/Documentation/snippets/use-square-bracket-at-the-start-of-a-staff-group.ly +++ b/Documentation/snippets/use-square-bracket-at-the-start-of-a-staff-group.ly @@ -1,42 +1,17 @@ -%% Do not edit this file; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% DO NOT EDIT this file manually; it is automatically +%% generated from LSR http://lsr.di.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.10" +\version "2.18.0" \header { - lsrtags = "staff-notation, contexts-and-engravers" - -%% Translation of GIT committish: 4385ed4cc738e164a95798862580b4b86703356f - 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: d96023d8792c8af202c7cb8508010c0d3648899d - 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" -%% Translation of GIT committish: d78027a94928ddcdd18fd6534cbe6d719f80b6e6 - texidocfr = " -Un regroupement de portées sera indiqué par un simple rectangle --- @code{SystemStartSquare} -- en début de ligne dès lors que vous le -mentionnerez explicitement au sein d'un contexte @code{StaffGroup} ou -@code{ChoirStaffGroup}. - -" - doctitlefr = "Indication de regroupement de portées par un rectangle" - + lsrtags = "contexts-and-engravers, staff-notation" texidoc = " The system start delimiter @code{SystemStartSquare} can be used by -setting it explicitly in a @code{StaffGroup} or @code{ChoirStaffGroup} +setting it explicitly in a @code{StaffGroup} or @code{ChoirStaff} context. " @@ -50,4 +25,3 @@ context. \new Staff { c'4 d' e' f' } >> } } -