%% Generated by lilypond-book
%% Options: [exampleindent=10.16\mm,indent=0\mm,line-width=160\mm]
\include "lilypond-book-preamble.ly"


% ****************************************************************
% Start cut-&-pastable-section
% ****************************************************************

#(ly:set-option 'eps-box-padding 3.000000)



\paper {
  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/changing-beam-thickness-and-spacing.ly"
\sourcefileline 0
%% DO NOT EDIT this file manually; it was automatically
%% generated from the LilyPond Snippet Repository
%% (http://lsr.di.unimi.it).
%%
%% Make any changes in the LSR itself, or in
%% `Documentation/snippets/new/`, then run
%% `scripts/auxiliar/makelsr.pl`.
%%
%% This file is in the public domain.

\version "2.23.13"

\header {
%% Translation of GIT committish: a8a85e19654e46d725563e6deba44083ef137a2c
  texidocja = "
連桁を太くしたり細くしたりするには、@code{Beam.beam-thickness} プロパティを@c
変更します。連桁と連桁の距離を調節するには、@code{Beam.length-fraction}
プロパティを変更します。
"
  doctitleja = "連桁の太さとスペーシングを変更する"

%% Translation of GIT committish: a3fd5364fc4f247579da0ed2bfea887ab37285c6
  texidocfr = "
L'épaisseur des ligatures se gère au niveau de la propriété
@code{Beam.beam-thickness}. L'ajustement de l'espace entre les ligatures
est géré par la propriété @code{Beam.length-fraction}.
"

  doctitlefr = "Modification de l'épaisseur et de l'écartement des ligatures"

  lsrtags = "tweaks-and-overrides"

  texidoc = "
To make beams thicker or thinner alter the @code{Beam.beam-thickness}
property.  To adjust the spacing between beams alter the
@code{Beam.length-fraction} property.
"

  doctitle = "Changing beam thickness and spacing"
} % begin verbatim


\relative f' {
  \time 1/8
  \override Beam.beam-thickness = #0.4
  \override Beam.length-fraction = #0.8
  c32 c c c
  \revert Beam.beam-thickness  % 0.48 is default thickness
  \revert Beam.length-fraction  % 1.0 is default spacing
  c32 c c c
  \override Beam.beam-thickness = #0.6
  \override Beam.length-fraction = #1.3
  c32 c c c
}



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