%% 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/controlling-the-placement-of-chord-fingerings.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
用いる必要があります。
"
  doctitleja = "和音内の運指記号の位置をコントロールする"

%% Translation of GIT committish: 2f3474d9af596d677ed5b7ce720ae4d0954a6b51
  texidocit = "
Il posizionamento dei numeri della diteggiatura può essere regolato in modo
preciso.  Perché l'orientamento funzioni, occorre usare il costrutto per
gli accordi <> anche per le note singole. Si può impostare in modo simile
l'orientamento dei numeri di corda e delle diteggiature della mano destra.

"
  doctitleit = "Controllare il posizionamento delle diteggiature di un accordo"

%% Translation of GIT committish: a3fd5364fc4f247579da0ed2bfea887ab37285c6
  texidocfr = "
Le positionnement des doigtés peut être contrôlé de manière très
précise. Afin que l'orientation soit prise en compte, il est nécessaire
d'utiliser une syntaxe d'accord @code{< >}, même s'il ne s'agit que
d'une seule note. Le positionnement des numéros de corde et doigtés main
droite se règle de manière analogue.
"

  doctitlefr = "Contrôler la position des doigtés dans un accord"

%% Translation of GIT committish: 2eaeb5aaf92eb307dae3b36e742da7d8b680e373
  texidoces = "
Se puede controlar con precisión la colocación de los números de
digitación.  Para que se tenga en cuenta la orientación de las
digitaciones, se debe utilizar dentro de una construcción de acorde <>
aunque sea una sola nota.  Se puede establecer la orientación para los
números de cuerda y las digitaciones de la mano derecha de una forma
similar.

"
  doctitlees = "Controlar la colocación de las digitaciones de acordes"

%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
  texidocde = "
Die Position von Fingersatzzahlen kann exakt kontrolliert werden.

"
  doctitlede = "Position von Fingersatz in Akkorden kontrollieren"

%% Translation of GIT committish: 8ffecf6be17c6ec2ff87cf31873121a8cce29b09
  texidocca = "
Es pot controlar amb precisió la col·locació dels números de
digitació.  Perquè es tingui en compte l'orientació de les
digitacions, es pot utilitzar una construcció d'acord <> tot i
que siguin una sola nota.

"
  doctitleca = "Controlar la col·locación de les digitacions d'acords"

  lsrtags = "chords, editorial-annotations, fretted-strings, keyboards, specific-notation"

  texidoc = "
The placement of fingering numbers can be controlled precisely. For
fingering orientation to apply, it must be used within a chord
construct <>, even for single notes.  Orientation for string numbers
and right-hand fingerings may be set in a similar way.
"

  doctitle = "Controlling the placement of chord fingerings"
} % begin verbatim


\relative c' {
  \set fingeringOrientations = #'(left)
  <c-1 e-3 a-5>4
  \set fingeringOrientations = #'(down)
  <c-1 e-3 a-5>4
  \set fingeringOrientations = #'(down right up)
  <c-1 e-3 a-5>4
  \set fingeringOrientations = #'(up)
  <c-1 e-3 a-5>4
  \set fingeringOrientations = #'(left)
  <c-1>2
  \set fingeringOrientations = #'(down)
  <e-3>2
  \set stringNumberOrientations = #'(up left down)
  <f\3 a\2 c\1>1
  \set strokeFingerOrientations = #'(down right up)
  <c\rightHandFinger #1 e\rightHandFinger #2 c'\rightHandFinger #4 >
}



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