%% 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/using-a-bracket-to-clarify-divisi.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: 8f9c0c7447cf84d0566af732d06dc065dec00dca
  texidocfr = "
La commande @code{nonArpeggiato} permet de mettre en évidence les
divisions d'un pupitre en l'absence de hampe, comme on le voit
régulièrement dans les partitions pour chœur.
"

  doctitlefr = "Utilisation d'un crochet pour rendre les divisions plus évidentes"

  categories = "Expressive marks, Vocal music"

  texidoc = "
The @code{\\nonArpeggiato} command can be used to indicate the
division of voices where there are no stems to provide the information.
This is often seen in choral music.
"

  doctitle = "Using a bracket to clarify divisi"
} % begin verbatim


\include "english.ly"

\score {
  \relative c'' {
    \key a \major
    \time 2/2
    <<
      \new Voice = "upper" <<
        {
          \voiceOne
          a2( b2
          <b d>1\nonArpeggiato)
          <cs e>\nonArpeggiato ~
          <cs e>4
          \fine
        }
        \addlyrics { \lyricmode { A -- men. } }
      >>
      \new Voice = "lower" {
        \voiceTwo
        a1 ~
        a
        a ~
        a4
        \fine
      }
    >>
  }
}



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