]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/use-square-bracket-at-the-start-of-a-staff-group.ly
LSR: Update.
[lilypond.git] / Documentation / snippets / use-square-bracket-at-the-start-of-a-staff-group.ly
index 6523693f706887c93acd4d2b8573e54b20d77d06..1a60b9dce426a24dfb139cc27efa86fa1f40343f 100644 (file)
@@ -1,6 +1,7 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% Do not edit this file; it is automatically
+%% generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.13.1"
+\version "2.13.4"
 
 \header {
   lsrtags = "staff-notation, contexts-and-engravers"
@@ -14,6 +15,7 @@ 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
@@ -26,14 +28,14 @@ im @code{StaffGroup}- oder @code{ChoirStaffGroup}-Kontext setzt.
   texidoc = "
 The system start delimiter @code{SystemStartSquare} can be used by
 setting it explicitly in a @code{StaffGroup} or @code{ChoirStaffGroup}
-context. 
+context.
 
 "
   doctitle = "Use square bracket at the start of a staff group"
 } % begin verbatim
 
 \score {
-  \new StaffGroup { << 
+  \new StaffGroup { <<
   \set StaffGroup.systemStartDelimiter = #'SystemStartSquare
     \new Staff { c'4 d' e' f' }
     \new Staff { c'4 d' e' f' }