%% 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/positioning-fingering-indications-precisely.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.24.0.

\version "2.24.0"

\header {
%% Translation of GIT committish: a8a85e19654e46d725563e6deba44083ef137a2c
  texidocja = "
和音内の運指の配置に関するオプションは、デフォルトで良く動作しますが、@c
ある記号の位置を正確にコントロールしたい場合には、以下の調整を用いる@c
ことができます。これは 2 度音程の和音がある場合の配置に対しては特に@c
有用です。
"
  doctitleja = "運指記号の位置を正確にコントロールする"

%% Translation of GIT committish: 606ac3c3b22c41d84aa5fa938d42da5125ac572a
  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: 6744168afc10012e17916282ef5e4353cf1f4e3b
  texidoces = "
El posicionado semiautomático de las digitaciones dentro de un
acorde funciona bien en casi todas las situaciones.  Si una de las
indicaciones precisa colocarse de forma más exacta, pueden usarse
los trucos siguientes.  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ó"

  categories = "Editorial annotations, Tweaks and overrides"

  texidoc = "
The semi-automatic positioning of fingering within a chords works fine
in most situations. If one of the indications needs to be positioned
more precisely the following, tweaks as shown in this snippet 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


\score {
  \relative c' {
    \set fingeringOrientations = #'(left)
    <c-1 d-2 a'-5>4
    <c-1 d-\tweak extra-offset #'(0 . 0.2)-2 a'-5>

    \set fingeringOrientations = #'(down)
    <c-1 d-2 a'-5>
    <c-\tweak extra-offset #'(0 . -1.1)-1
     d-\tweak extra-offset #'(-1.2 . -1.8)-2 a'-5> |

    \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>

    \set fingeringOrientations = #'(up)
    <c-1 d-\tweak extra-offset #'(0 . 1.1)-2
     a'-\tweak extra-offset #'(0 . 1)-5>
    <c-1 d-\tweak extra-offset #'(-1.2 . 1.5)-2
     a'-\tweak extra-offset #'(0 . 1.4)-5> |
  }
}



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