%% Generated by lilypond-book
%% Options: [exampleindent=10.16\mm,indent=0\mm,line-width=160\mm,paper-height=845.047\pt,paper-width=597.508\pt,papersize='(cons (* 597.508 pt) (* 845.047 pt))]
\include "lilypond-book-preamble.ly"


% ****************************************************************
% Start cut-&-pastable-section
% ****************************************************************

#(ly:set-option 'eps-box-padding 3.000000)



\paper {
  #(set-paper-size '(cons (* 597.508 pt) (* 845.047 pt)))
  indent = 0\mm
  line-width = 160\mm
  % offset the left padding, also add 1mm as lilypond creates cropped
  % images with a little space on the right
  line-width = #(- line-width (* mm  3.000000) (* mm 1))
}

\layout {
  
}




% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefilename "snippets/display-bracket-with-only-one-staff-in-a-system.ly"
\sourcefileline 0
%% DO NOT EDIT this file manually; it was automatically
%% generated from the LilyPond Wiki
%% (https://wiki.lilypond.community).
%%
%% Make any changes in the Wiki itself, or in
%% `Documentation/snippets/new/`, then run
%% `scripts/auxiliar/makelsr.pl`.
%%
%% This file is in the public domain.

\version "2.24.0"

\header {
%% Translation of GIT committish: a8a85e19654e46d725563e6deba44083ef137a2c
  texidocja = "
@code{ChoirStaff} や @code{StaffGroup} に譜が 1 つだけ存在する場合、@c
デフォルトでは括弧や行頭の小節線は表示されません。これは @code{collapse-height}
をオーバライドし、値を譜線の数より小さくセットすることで変更することができます。

括弧が波の形をしている
@code{PianoStaff} や @code{GrandStaff} のようなコンテキストでは、@c
別のプロパティをセットする必要があります。例の 2 つ目のシステムを@c
参照してください。
"
  doctitleja = "システムに譜が 1 つしか存在しない場合にも括弧を表示する"

%% Translation of GIT committish: 2f3474d9af596d677ed5b7ce720ae4d0954a6b51
  texidocit = "
Se c'è un solo rigo in uno dei tipi di rigo @code{ChoirStaff} o
@code{StaffGroup}, la parentesi e la stanghetta iniziale non
appaiono.  Si può modificare questo comportamento predefinito
sovrascrivendo @code{collapse-height} e impostando un valore
inferiore al numero di linee del rigo.

Nei contesti @code{PianoStaff} e @code{GrandStaff}, dove i sistemi
iniziano con una parentesi graffa invece di una parentesi quadra,
occorre impostare un'altra proprietà, come si vede nel secondo
sistema dell'esempio.

"
  doctitleit = "Mostrare la parentesi anche se c'è un solo rigo nel sistema"

%% Translation of GIT committish: de1e42ce512f3690387cdd065109bddff1b7bd6d
  texidocfr = "
Lorsque, dans des regroupements de type @code{ChoirStaff} ou
@code{StaffGroup}, une seule portée est active, aucune indication n'est
donnée en début de ligne. Affecter à la propriété @code{collapse-height}
un nombre de lignes inférieur à celui de la portée permet de modifier ce
comportement par défaut.

Notez bien que dans le cas des @code{PianoStaff} et @code{GrandStaff},
pour lesquels le délimiteur de système est une accolade et non un
crochet, il ne s'agit pas de la même propriété -- voir le deuxième
système de l'exemple.
"

  doctitlefr = "Indicateur de regroupement et portée unique"

%% Translation of GIT committish: fbf390d05408c5b842a22c122da734c54f92ca12
  texidoces = "
Si hay un solo pentagrama en un contexto @code{ChoirStaff} o
@code{StaffGroup}, el comportamiento predeterminado es que no se
imprima el corchete en la barra inicial.  Esto se puede cambiar
estableciendo la propiedad @code{collapse-height} a un valor que
sea menor que el número de líneas en la pauta.

Observe que en contextos como @code{PianoStaff} y
@code{GrandStaff} en que los sistemas empiezan con una llave en
lugar de un corchete, se debe establecer el valor de una propiedad
distinta, como se ve en el segundo sistema del ejemplo.

"
  doctitlees = "Mostrar corchete o llave en grupos de un solo pentagrama"

%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
  texidocde = "
Wenn nur ein System einer Systemgruppe vom Typ @code{ChoirStaff} oder
@code{StaffGroup} angezeigt wird, wird die Klammer zu Beginn normalerweise
nicht gesetzt.  Das kann verändert werden, indem man die entsprechende
Eigenschaft verändert.

Bei Systemen wie @code{PianoStaff} und @code{GrandStaff}, die mit einer
geschweiften Klammer beginne, muss eine andere Eigenschaft verändert werden,
wie das zweite Beispiel zeigt.

"
  doctitlede = "Klammer anzeigen, wenn nur ein System gesetzt wird"

%% Translation of GIT committish: 8ffecf6be17c6ec2ff87cf31873121a8cce29b09
  texidocca = "
Si hi ha un sols pentagrama en un dels tipus de sistema
@code{ChoirStaff} o @code{StaffGroup}, el comportament
predeterminat és que no s'imprimeixi el claudàtor a la barra inicial. Això
es pot canviar sobreescrivint @code{collapse-height} per fixar el seu
valor de manera que sigui menor que el nombre de línies a la pauta.

Observeu que en contextos com @code{PianoStaff} i
@code{GrandStaff} en els quals els sistemes comencen amb una clau en
comptes d'un claudàtor, s'ha d'establir el valor d'una propietat
diferent, com es veu al segon sistema de l'exemple.

"
  doctitleca = "Mostrar claudàtor o clau en grups d'un sol pentagrama"

  categories = "Staff notation, Tweaks and overrides"

  texidoc = "
If there is only one staff in a @code{ChoirStaff} or @code{StaffGroup}
context, the bracket and the starting bar line will not be displayed by
default. This can be changed by setting the @code{collapse-height}
property to a value less than the number of staff lines in the staff.

Note that in contexts such as @code{PianoStaff} and @code{GrandStaff}
where the systems begin with a brace instead of a bracket, another
property has to be set, as shown on the second system in the example.
"

  doctitle = "Display bracket with only one staff in a system"
} % begin verbatim


\score {
  \new StaffGroup <<
    % Must be lower than the actual number of staff lines
    \override StaffGroup.SystemStartBracket.collapse-height = 4
    \override Score.SystemStartBar.collapse-height = 4
    \new Staff {
      c'1
    }
  >>
}
\score {
  \new PianoStaff <<
    \override PianoStaff.SystemStartBrace.collapse-height = 4
    \override Score.SystemStartBar.collapse-height = 4
    \new Staff {
      c'1
    }
  >>
}



% ****************************************************************
% end ly snippet
% ****************************************************************
