%% 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)),quote]
\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))
  line-width = 160\mm - 2.0 * 10.16\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/indicating-cross-staff-chords-with-a-bracket.ly"
\sourcefileline 0
%% DO NOT EDIT this file manually; it was automatically
%% generated from `Documentation/snippets/new/`.
%%
%% Make any changes in `Documentation/snippets/new/`,
%% then run `scripts/auxiliar/makelsr.pl --new`.
%%
%% This file is in the public domain.
%%
%% Note: this file needs at least LilyPond version 2.25.34.

\version "2.25.34"

\header {
%% Translation of GIT committish: 606ac3c3b22c41d84aa5fa938d42da5125ac572a
  texidocfr = "
Un crochet « non-arpeggiato » peut indiquer que des notes réparties sur
deux portées différentes doivent être jouées par la même main. Le
contexte @code{PianoStaff} doit accepter ces crochets « distribués ».

Est ici reproduite la mesure 65 du prélude de Debussy @emph{Les collines
d’Anacapri}.
"

  doctitlefr = "Indication d'un accord à cheval sur deux portées par un crochet"

  categories = "Keyboards, Real music"

  texidoc = "
A non-arpeggiato bracket can indicate that notes on two different staves
are to be played with the same hand.  In order to do this, the
@code{PianoStaff} must be set to accept cross-staff brackets.

The following example typesets measure@tie{}65 of Debussy's prelude
@emph{Les collines d'Anacapri}.
"

  doctitle = "Indicating cross-staff chords with a bracket"
} % begin verbatim


\new PianoStaff <<
  \once \set PianoStaff.connectChordBrackets = ##t

  \new Staff \relative c' {
    \key b \major
    \time 6/8
    b8-.(\nonArpeggiato fis'-.\> cis-.
      e-. gis-. b-.)\!\fermata^\laissezVibrer
    \section
  }

  \new Staff \relative c' {
    \clef bass
    \key b \major
    << { <a e cis>2.\nonArpeggiato } \\
       { <a, e a,>2. } >>
    \section
  }
>>



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