%% 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/automatic-beam-subdivisions.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.23.

\version "2.25.23"

\header {
%% Translation of GIT committish: 0cc270b871321ae5aa8622cea8d8262aafd16641
  texidocja = "
連桁の細分は自動で行われます。@c
プロパティ @code{subdivideBeams} をセットすることで、@c
(@code{beatBase} で指定できるような) 拍の位置で連桁が細分されます。
"
  doctitleja = "自動的な連桁細分"

%% Translation of GIT committish: de1e42ce512f3690387cdd065109bddff1b7bd6d
  texidocfr = "
Dès lors que la propriété @code{subdivideBeams} aura été activée, une
ligature sera subdivisée autant que possible. Les limites dans la
profondeur sont gérées par les propriétés @code{beamMinimumSubdivision}
et @code{beamMaximumSubdivision}.
"

  doctitlefr = "Subdivision de ligatures automatiques"

%% Translation of GIT committish: 61b32ff2340073b2d9600a20fdedf65d58be720b
  texidoces = "
Se pueden subdividir las barras automáticamente.  Estableciendo la
propiedad @code{subdivideBeams}, las barras se subdividen en
siempre que sea posible.  Se pueden limitar los intervalos y la
profundidad de la subdivisión con las propiedades
@code{beamMinimumSubdivision} y @code{beamMaximumSubdivision},
respectivamente.

"
  doctitlees = "Subdivisiones de barra automáticas"

%% Translation of GIT committish: 3ecc98aa5db8a47adcf9defc4ec9fc018c5cc47d
  texidocca = "
Es poden subdividir les barres automàticament.  Establint la
propietat @code{subdivideBeams}, les barres se subdivideixen en
posiciones de pols (tal i com s'especifica a @code{beatLength}).

"
  doctitleca = "Subdivisions de barra automàtiques"

  categories = "Automatic notation, Connecting notes, Rhythms"

  texidoc = "
Beams can be subdivided automatically.  By setting the property
@code{subdivideBeams}, beams are subdivided whenever possible. The
intervals and depth of subdivision can be limited with properties
@code{beamMinimumSubdivision} and
@code{beamMaximumSubdivision}, respectively.
"

  doctitle = "Automatic beam subdivisions"
} % begin verbatim


\new Staff {
  \relative c'' {
    <<
      {
        \voiceOne
        \set subdivideBeams = ##t
        b32[^"subdivide beams" a g f c' b a g
        b32 a g f c' b a g]
      }
      \new Voice {
        \voiceTwo
        b32_"default"[ a g f c' b a g
        b32 a g f c' b a g]
      }
    >>
    \oneVoice
    \once \set beamMinimumSubdivision = #1/8
    b32^\markup \center-column { "beamMinimum-"
                                 "Subdivision 1/8" } [ a g f c' b a g]
    \once \set beamMaximumSubdivision = #1/16
    b32^\markup \center-column { "beamMaximum-"
                                 "Subdivision 1/16" } [ a g f c' b a g]
  }
}



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