]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/use-square-bracket-at-the-start-of-a-staff-group.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / use-square-bracket-at-the-start-of-a-staff-group.ly
index 7c86e7a6c7c4f71507e46790aa91b8f7240083ef..ff792092859e03a6cfa5e976878d4a5f65dd9487 100644 (file)
@@ -4,41 +4,11 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.14.2"
 
 \header {
   lsrtags = "staff-notation, contexts-and-engravers"
 
-%% Translation of GIT committish: 615cbf212fdaf0b220b3330da417d0c3602494f2
-  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: 0a868be38a775ecb1ef935b079000cebbc64de40
-  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: 4ab2514496ac3d88a9f3121a76f890c97cedcf4e
-  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"
-
-
   texidoc = "
 The system start delimiter @code{SystemStartSquare} can be used by
 setting it explicitly in a @code{StaffGroup} or @code{ChoirStaff}
@@ -48,6 +18,7 @@ context.
   doctitle = "Use square bracket at the start of a staff group"
 } % begin verbatim
 
+
 \score {
   \new StaffGroup { <<
   \set StaffGroup.systemStartDelimiter = #'SystemStartSquare
@@ -55,4 +26,3 @@ context.
     \new Staff { c'4 d' e' f' }
   >> }
 }
-