%% 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/positioning-fingering-indications-precisely.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 = "
和音内の運指の配置に関するオプションは、デフォルトで良く動作しますが、@c
ある記号の位置を正確にコントロールしたい場合には、以下の調整を用いる@c
ことができます。これは 2 度音程の和音がある場合の配置に対しては特に@c
有用です。
"
  doctitleja = "運指記号の位置を正確にコントロールする"

%% Translation of GIT committish: a3fd5364fc4f247579da0ed2bfea887ab37285c6
  texidocfr = "
Les options par défaut en matière de positionnement des doigtés d'un
accord donnent généralement de bons résultats. Il se peut néanmoins
qu'un ajustement soit nécessaire dans certains cas particuliers,
notamment en présence d'un intervalle de seconde. L'astuce ici présentée
permet d'obtenir un meilleur rendu.
"

  doctitlefr = "Positionnement précis des indications de doigté"

%% Translation of GIT committish: ff9ca62acddb818b7788d7818a5c7eb0ddb6cdcb
  texidoces = "
Generalmente, las opciones disponibles para la digitación de los
acordes funciona bien de forma predeterminada, pero si una de las
indicaciones precisa colocarse de forma más exacta puede usarse el
truco siguiente.  Esto es especialmente útil para corregir el
posicionado cuando están presentes intervalos de segunda.

"
  doctitlees = "Posicionamiento preciso de indicaciones de digitación"

%% Translation of GIT committish: ff9ca62acddb818b7788d7818a5c7eb0ddb6cdcb
  texidocca = "
Generalment, les opcions disponibles per a la digitació dels acords
funciona bé de forma predeterminada, però si una de les indicacions
precisa col·locar-se de forma més exacta pot usar-se l'ajustament
següent.  Això és especialment útil per corregir el posicionat quan
hi ha intervals de segona.

"
  doctitleca = "Posicionament precís d'indicacions de digitació"

  lsrtags = "editorial-annotations"

  texidoc = "
Generally the options available for positioning the fingering of chords
work well by default, but if one of the indications needs to positioned
more precisely the following tweak may be used.  This is particularly
useful for correcting the positioning when intervals of a second are
involved.
"

  doctitle = "Positioning fingering indications precisely"
} % begin verbatim


\relative c' {
  \set fingeringOrientations = #'(left)
  <c-1 d-2 a'-5>4
  <c-1 d-\tweak extra-offset #'(0 . 0.2)-2 a'-5>4
  \set fingeringOrientations = #'(down)
  <c-1 d-2 a'-5>4
  <c-\tweak extra-offset #'(0 . -1.1)-1
   d-\tweak extra-offset #'(-1.2 . -1.8)-2 a'-5>4
  \set fingeringOrientations = #'(down right up)
  <c-1 d-\tweak extra-offset #'(-0.3 . 0)-2 a'-5>4
  <c-1 d-\tweak extra-offset #'(-1 . 1.2)-2 a'-5>4
  \set fingeringOrientations = #'(up)
  <c-1 d-\tweak extra-offset #'(0 . 1.1)-2
   a'-\tweak extra-offset #'(0 . 1)-5>4
  <c-1 d-\tweak extra-offset #'(-1.2 . 1.5)-2
   a'-\tweak extra-offset #'(0 . 1.4)-5>4
}



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