]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/use-square-bracket-at-the-start-of-a-staff-group.ly
resolve merge
[lilypond.git] / input / lsr / use-square-bracket-at-the-start-of-a-staff-group.ly
diff --git a/input/lsr/use-square-bracket-at-the-start-of-a-staff-group.ly b/input/lsr/use-square-bracket-at-the-start-of-a-staff-group.ly
deleted file mode 100644 (file)
index fcbbbbd..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-%% 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.12.3"
-
-\header {
-  lsrtags = "staff-notation, contexts-and-engravers"
-
-  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"
-
-  texidoc = "
-The system start delimiter @code{SystemStartSquare} can be used by
-setting it explicitly in a @code{StaffGroup} or @code{ChoirStaffGroup}
-context. 
-
-"
-  doctitle = "Use square bracket at the start of a staff group"
-} % begin verbatim
-
-\score {
-  \new StaffGroup { << 
-  \set StaffGroup.systemStartDelimiter = #'SystemStartSquare
-    \new Staff { c'4 d' e' f' }
-    \new Staff { c'4 d' e' f' }
-  >> }
-}
-