%% 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/strict-beat-beaming.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 = "
16 分音符以下の連桁の向きは、音符が属する拍に基づいて決定することができます。@c
最初の連桁では突き出るものが避けられ (デフォルト)、次の連桁は拍に厳密に@c
従います。
"
  doctitleja = "厳密な拍に基づく連桁"

%% Translation of GIT committish: 2f3474d9af596d677ed5b7ce720ae4d0954a6b51
  texidocit = "
Si possono impostare i tratti di suddivisione della travatura in modo che siano rivolti
verso la relativa pulsazione.  La prima travatura fa sì che non spuntino
i tratti di suddivisione (comportamento predefinito); la seconda travatura è orientata verso
la pulsazione.

"
  doctitleit = "Travatura che segue strettamente il battito"

%% Translation of GIT committish: de1e42ce512f3690387cdd065109bddff1b7bd6d
  texidocfr = "
Une sous-ligature tronquée peut pointer en direction de la pulsation à
laquelle elle se rattache. Dans l'exemple suivant, la première ligature
évite toute troncature (comportement par défaut), alors que la deuxième
respecte rigoureusement la pulsation.
"

  doctitlefr = "Ligature à la pulsation"

%% Translation of GIT committish: 4f16fa98fd258f08e64203c793028ea3e363b1c0
  texidoces = "
Se puede hacer que las barras secundarias apunten en la dirección del
pulso o fracción a que pertenecen.  La primera barra evita los
corchetes sueltos (que es el comportamiento predeterminado); la
segunda barra sigue el pulso o fracción estrictamente.

"
  doctitlees = "Barras que se atienen al pulso estrictamente"

%% Translation of GIT committish: ebe492ca408fb0d9abf80b94c56197eef8dc2f09

  texidocde = "
Sekundäre Balken können in die Richtung gesetzt werden, die ihrer rhythmischen
Zugehörigkeit entspricht.  Der erste Balken ist zusammengefasst (Standard),
der zweite Sechszehntelbalken zeigt den Taktschlag an.
"

  doctitlede = "Bebalkung nach Taktschlag"



%% Translation of GIT committish: 262abf17c7827e88e3d509100c43920c8e225bec
  texidocca = "
Es poden fer que les barres secundàries apuntin en la direcció del
pols o fracció a que pertanyen.  La primera barra evita els corxets
aïllats (que és el comportament predeterminat); la segona barra
segueix el pols o fracció estrictament.

"
  doctitleca = "Barres que respecten el pols estrictament"

  categories = "Rhythms"

  texidoc = "
Beamlets can be set to point in the direction of the beat to which they
belong. The first beam avoids sticking out flags (the default); the
second beam strictly follows the beat.
"

  doctitle = "Strict beat beaming"
} % begin verbatim


\relative c'' {
  \time 6/8
  a8. a16 a a
  \set strictBeatBeaming = ##t
  a8. a16 a a
}



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