%% 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/engraving-tremolos-with-floating-beams.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 = "
トレモロの演奏時間が 4 分音符より短い場合や、ちょうど 2 分音符である場合、@c
あるいは 2 分音符と全音符の間の長さである場合は、連桁を符幹と接触させて@c
表示することが一般的です。スタイルによっては、いくつかの連桁が符幹に@c
接触せずに中央に描かれる場合があります。このような符幹に接触しない@c
トレモロの連桁の数は、@code{Beam} オブジェクトの @code{gap-count}
プロパティでコントロールされます。また、連桁と符幹との間隔は @code{gap}
プロパティでセットされます。
"
  doctitleja = "トレモロを符幹に接触せずに譜刻する"

%% Translation of GIT committish: a3fd5364fc4f247579da0ed2bfea887ab37285c6
  texidocfr = "
Lorsque la durée totale d'un trémolo est inférieure à la noire, égale
une blanche, ou bien entre une blanche et une ronde, il est d'usage que
toutes les ligatures soient en contact avec les hampes. Certains styles
de gravure font cependant apparaître des ligatures détachées, centrées
entre les hampes. Pour ce type de trémolo, le nombre de hampes
flottantes se gère au travers de la propriété @code{gap-count} de
l'objet @code{Beam}, et l'écart entre ligature et hampe se définit par
la propriété @code{gap}.
"

  doctitlefr = "Impression de trémolo avec ligature flottante"

%% Translation of GIT committish: 8ffecf6be17c6ec2ff87cf31873121a8cce29b09
  texidoces = "
Si la duración total de un trémolo es menor de una negra, o
exactamente de una blanca, normalmente se compone tipográficamente con
todas las barras de corchea tocando las plicas.  Ciertos estilos de
notación de partituras componen algunas de estas barras como barras
flotantes centradas que no tocan las plicas de las figuras.  El número
de barras flotantes en este tipo de trémolo está controlado por la
propiedad @code{'gap-count } del objeto @code{Beam} y la separación
entre las barras y las plicas se fija con la propiedad @code{'gap}.

"
  doctitlees = "Trémolos con barras flotantes"

%% Translation of GIT committish: 8ffecf6be17c6ec2ff87cf31873121a8cce29b09
  texidocca = "
Si la duració total d'un trèmol és menor d'una negra, o exactament
d'una blanca, normalment es grava amb totes les barres de corxera
tocant les pliques.  Certs estils de notació de partitures composen
algunes d'aquestes barres com a barres flotants centrades que no
toquen les pliques de les figures.  El nombre de barres flotants en
aquest tipus de trèmol està controlat per la propietat
@code{'gap-count } del l'objecte @code{Beam} i la separació
entre les barres i les pliques es fixa amb la propietat @code{'gap}.

"
  doctitleca = "Trèmols amb barres flotants"

  lsrtags = "repeats, rhythms"

  texidoc = "
If a tremolo's total duration is less than a quarter-note, or exactly a
half-note, or between a half-note and a whole-note, it is normally
typeset with all beams touching the stems.  Certain engraving styles
typeset some of these beams as centered floating beams that do not
touch the stems.  The number of floating beams in this type of tremolo
is controlled with the @code{'gap-count} property of the @code{Beam}
object, and the size of the gaps between beams and stems is set with
the @code{'gap} property.
"

  doctitle = "Engraving tremolos with floating beams"
} % begin verbatim


\relative c'' {
  \repeat tremolo 8 { a32 f }
  \override Beam.gap-count = #1
  \repeat tremolo 8 { a32 f }
  \override Beam.gap-count = #2
  \repeat tremolo 8 { a32 f }
  \override Beam.gap-count = #3
  \repeat tremolo 8 { a32 f }

  \override Beam.gap-count = #3
  \override Beam.gap = #1.33
  \repeat tremolo 8 { a32 f }
  \override Beam.gap = #1
  \repeat tremolo 8 { a32 f }
  \override Beam.gap = #0.67
  \repeat tremolo 8 { a32 f }
  \override Beam.gap = #0.33
  \repeat tremolo 8 { a32 f }
}



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