]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/use-square-bracket-at-the-start-of-a-staff-group.ly
Fix inverted sign on relative offset for beam-collisions.
[lilypond.git] / Documentation / snippets / use-square-bracket-at-the-start-of-a-staff-group.ly
index c1655fab6d44d2a64ff229d3ad35f9683da4fc6e..ab6ed94901e4b33f7c5293af42254db834809244 100644 (file)
@@ -1,12 +1,15 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.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.4"
+\version "2.12.2"
 
 \header {
   lsrtags = "staff-notation, contexts-and-engravers"
 
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
+%% Translation of GIT committish: 91eeed36c877fe625d957437d22081721c8c6345
   texidoces = "
 Se puede usar el delimitador de comienzo de un sistema
 @code{SystemStartSquare} estableciéndolo explícitamente dentro de
@@ -16,7 +19,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
+%% 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
@@ -25,12 +28,12 @@ im @code{StaffGroup}- oder @code{ChoirStaffGroup}-Kontext setzt.
 "
   doctitlede = "Eine eckige Klammer zu Beginn von Systemgruppen benutzen"
 
-%% Translation of GIT committish: d78027a94928ddcdd18fd6534cbe6d719f80b6e6
+%% 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}. 
+@code{ChoirStaffGroup}.
 
 "
   doctitlefr = "Indication de regroupement de portées par un rectangle"
@@ -39,14 +42,14 @@ mentionnerez explicitement au sein d'un contexte @code{StaffGroup} ou
   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' }