%% 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/analysis-brackets-above-the-staff.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 = "
分析用のブラケットは、デフォルトでは譜の下に表示されます。次の例は@c
譜の上に表示する方法を示しています。
"
  doctitleja = "分析用のブラケットを譜の上に表示する"

%% Translation of GIT committish: 2f3474d9af596d677ed5b7ce720ae4d0954a6b51
  texidocit = "
Delle semplici parentesi analitiche orizzontali vengono aggiunte, per impostazione
predefinita, sotto il rigo. L'esempio seguente mostra un modo per posizionarle
sopra il rigo.

"
  doctitleit = "Parentesi analitiche sopra il rigo"

%% Translation of GIT committish: de1e42ce512f3690387cdd065109bddff1b7bd6d
  texidocfr = "
Les crochets d'analyse viennent par défaut se positionner au-dessous de
la portée.  L'exemple suivant vous indique comment les faire apparaître
en surplomb de la portée.
"

  doctitlefr = "Crochets d'analyse au-dessus de la portée"

%% Translation of GIT committish: 4f16fa98fd258f08e64203c793028ea3e363b1c0
  texidoces = "
De forma predeterminada se añaden corchetes de análisis sencillos
debajo del pentagrama.  El ejemplo siguiente muestra una manera de
colocarlos por encima.

"
  doctitlees = "Corchetes de análisis encima del pentagrama"

%% Translation of GIT committish: 8ffecf6be17c6ec2ff87cf31873121a8cce29b09
  texidocca = "
De forma predeterminada s'afegeixen claus d'anàlisis senzills
a sota del pentagrama.  L'exemple següent mostra una manera de
col·locar-los a sobre.

"
  doctitleca = "Claus d'anàlisis a sobre del pentagrama"

  categories = "Editorial annotations, Really simple, Tweaks and
                overrides"

  texidoc = "
Simple horizontal analysis brackets are added below the staff by
default. The following example shows a way to place them above the
staff instead.
"

  doctitle = "Analysis brackets above the staff"
} % begin verbatim


\layout {
  \context {
    \Voice
    \consists "Horizontal_bracket_engraver"
  }
}

\relative c'' {
  \once \override HorizontalBracket.direction = #UP
  c2\startGroup
  d2\stopGroup
}



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