]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/use-square-bracket-at-the-start-of-a-staff-group.ly
Doc-es: pre-merge update of texidoc committishes.
[lilypond.git] / input / lsr / use-square-bracket-at-the-start-of-a-staff-group.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.13.1"
4
5 \header {
6   lsrtags = "staff-notation, contexts-and-engravers"
7
8   texidoces = "
9 Se puede usar el delimitador de comienzo de un sistema
10 @code{SystemStartSquare} estableciéndolo explícitamente dentro de
11 un contexto @code{StaffGroup} o @code{ChoirStaffGroup}.
12
13 "
14   doctitlees = "Uso del corchete recto al comienzo de un grupo de pentagramas"
15
16 %% Translation of GIT committish :<0364058d18eb91836302a567c18289209d6e9706>  
17   texidocde = "
18 Die Klammer zu Beginn von Systemgruppen kann auch in eine eckige Klammer
19 (@code{SystemStartSquare}) umgewandelt werden, wenn man sie explizit
20 im @code{StaffGroup}- oder @code{ChoirStaffGroup}-Kontext setzt.
21
22 "
23   doctitlede = "Eine eckige Klammer zu Beginn von Systemgruppen benutzen"
24
25   texidoc = "
26 The system start delimiter @code{SystemStartSquare} can be used by
27 setting it explicitly in a @code{StaffGroup} or @code{ChoirStaffGroup}
28 context. 
29
30 "
31   doctitle = "Use square bracket at the start of a staff group"
32 } % begin verbatim
33
34 \score {
35   \new StaffGroup { << 
36   \set StaffGroup.systemStartDelimiter = #'SystemStartSquare
37     \new Staff { c'4 d' e' f' }
38     \new Staff { c'4 d' e' f' }
39   >> }
40 }