]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/use-square-bracket-at-the-start-of-a-staff-group.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / use-square-bracket-at-the-start-of-a-staff-group.ly
index 7406b25a2f4d525a0bc607f7e73462407548c39e..2571ca371684b53e7442090efb6d5441789b3a24 100644 (file)
@@ -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.57"
+\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' }
   >> }
 }
+