%% 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)),quote,ragged-right]
\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))
  line-width = 160\mm - 2.0 * 10.16\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))
  ragged-right = ##t
}

\layout {
  
}




% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefilename "snippets/engraving-ties-manually.ly"
\sourcefileline 0
%% DO NOT EDIT this file manually; it was automatically
%% generated from the LilyPond Wiki
%% (https://wiki.lilypond.community).
%%
%% Make any changes in the Wiki itself, or in
%% `Documentation/snippets/new/`, then run
%% `scripts/auxiliar/makelsr.pl`.
%%
%% This file is in the public domain.

\version "2.24.0"

\header {
%% Translation of GIT committish: f11513f36c131dab18338d6a3a729e24a927150d
  texidocja = "
タイは @code{TieColumn} オブジェクトの @code{tie-configuration} プロパティを@c
変更することで手動で譜刻することができます。最初の数値が中央の譜線からの距離を@c
譜スペースの半分の単位で表し、次の数値が向きを表します (1 = 上, -1 = 下)。

LilyPond は最初の数値の正確な値と不正確な値を区別することに注意してください。@c
正確な値 (つまり、整数または @code{(/ 4 5)} のような分数) を使用する場合、@c
値はおおよその垂直位置として機能し、LilyPond によってさらに調整され、@c
タイが譜線を避けるようにします。@c
浮動小数点数のような不正確な値を使用する場合は、@c
それ以上調整せずに垂直位置と見なされます。
"
  doctitleja = "タイを手動で譜刻する"

%% Translation of GIT committish: 2f3474d9af596d677ed5b7ce720ae4d0954a6b51
  texidocit = "
Le legature di valore possono essere disegnate a mano cambiando la
proprietà @code{tie-configuration} dell'oggetto @code{TieColumn}. Il
primo numero indica la distanza dal centro del rigo nell'unità di
metà spazio rigo, mentre il secondo numero indica la
direzione (1 = su, -1 = giù).

Si noti che LilyPond fa una distinzione tra valori precisi e imprecisi
per il primo numero. Se si usa un valore preciso (ovvero un intero o
una frazione come @code{(/ 4 5)}), il valore serve come posizione verticale
approssimata che viene ulteriormente aggiustata da LilyPond per far sì che
la legatura di valore eviti le linee del rigo.  Se si usa un valore impreciso,
come una virgola mobile, viene usato per la posizione verticale senza ulteriori
regolazioni.

"
  doctitleit = "Disegnare manualmente le legature di valore"

%% Translation of GIT committish: de1e42ce512f3690387cdd065109bddff1b7bd6d
  texidocfr = "
Il est possible de graver manuellement les liaisons de tenue, en
modifiant la propriété @code{staff-position} (un décalage) de l'objet
@code{Tie}. Lorsqu'il y en a plusieurs, elles peuvent être ajustées
manuellement à l'aide de la propriété @code{tie-configuration} de
l'objet @code{TieColumn}, constituée d'une liste de paires. Pour chaque
paire, le premier nombre indique la distance à la portée, en espaces de
portée, et le second la direction (1 pour haut, @minus{}1 pour bas).

Notez bien que LilyPond fait la distinction, au niveau du décalage,
entre valeur exacte et valeur inexacte. Dans le cas d'une valeur exacte
-- autrement dit un entier ou une fraction comme @code{(/ 4 5)} --
celle-ci servira de position verticale brute, ensuite afinée par
LilyPond de sorte à éviter les lignes de la portée. Dans le cas d'une
valeur inexacte, tel un nombre à virgule flottante, c'est elle qui
servira à positionner verticalement, sans ajustement. "

  doctitlefr = "Dessin à main levée de liaisons de tenue"

%% Translation of GIT committish: aa4f229bc77265d2deaa36055c5845cd682823fe
  doctitlees = "Grabado manual de las ligaduras"
  texidoces = "
Se puede grabar a mano una ligadura modificando la propiedad
@code{staff-position} (un desplazamiento) del objeto gráfico
@code{Tie}; si hay más de una ligadura en el mismo momento
musical, se pueden ajustar manualmente cambiando la propiedad
@code{tie-configuration} del objeto @code{TieColumn}.

El desplazamiento indica la distancia a partir de la tercera línea
del pentagrama en espacios de pentagrama, y la dirección puede ser
1 (hacia arriba) o -1 (hacia abajo).

Observe que LilyPond distingue entre valores exactos e inexactos
para el primer número. Si se está usando un valor exacto (p.ej.,
un entero o una fracción como @code{(/ 4 5)}), el valor sirve como
una posición vertical aproximada que después se ajusta por parte
de LilyPond para que la ligadura evite las líneas del
pentagrama. Si se usa un valor inexacto, como un número de coma
flotante, se toma como la posición vertical precisa sin más
ajustes posteriores.
"

%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
texidocde = "
Überbindungen können manuell gesetzt werden, indem man die
@code{tie-configuration}-Eigenschaft des @code{TieColumn}-Objekts
beeinflusst.  Die erste Zahl zeigt den Abstand von der Mitte in
Notensystemabständen an, die zweite Zahl zeigt die Richtung an (1 = nach oben,
-1 = nach unten).

"
  doctitlede = "Bindebögen manuell setzen"



%% Translation of GIT committish: 8ffecf6be17c6ec2ff87cf31873121a8cce29b09
  doctitleca = "Gravat manual de les lligadures"
  texidocca = "
Es poden gravar a mà les lligadures modificant la propietat
@code{tie-configuration} de l'objecte @code{TieColumn}. El primer
nombre indica la distància a partir de la tercera línia del pentagrama
en espais de pentagrama, i el segon nombre indica la direcció (1 =
cap amunt, -1 = cap avall).

"

  categories = "Rhythms"

  texidoc = "
A single tie may be engraved manually by changing the
@code{staff-position} property (an offset) of the @code{Tie} grob; if
there are multiple ties at the same musical moment, they can be
adjusted manually by changing the @code{tie-configuration} property (a
list of offset/direction pairs) of the @code{TieColumn} object.

The offset indicates the distance from the center of the staff in
half-staff spaces, the direction can be either 1 (up) or -1 (down).

Note that LilyPond makes a distinction between exact and inexact values
for the offset. If using an exact value (i.e., either an integer or a
fraction like @code{(/ 4 5)}), the value serves as a rough vertical
position that gets further tuned by LilyPond to make the tie avoid
staff lines. If using an inexact value like a floating point number, it
is taken as the precise vertical position without further adjustments.
"

  doctitle = "Engraving ties manually"
} % begin verbatim


\relative c' {
  <>^"default"
  g'1 ^~ g

  <>^"0"
  \once \override Tie.staff-position = 0
  g1 ^~ g

  <>^"0.0"
  \once \override Tie.staff-position = 0.0
  g1 ^~ g

  <>^"reset"
  \revert Tie.staff-position
  g1 ^~ g
}

\relative c' {
  \override TextScript.outside-staff-priority = ##f
  \override TextScript.padding = 0

  <>^"default"
  <c e g>1~ <c e g>

  <>^"0, -2, -4"
  \override TieColumn.tie-configuration =
    #'((0 . 1) (-2 . 1) (-4 . 1))
  <c e g>1~ <c e g>

  <>^"0.0, -2.0, -4.0"
  \override TieColumn.tie-configuration =
    #'((0.0 . 1) (-2.0 . 1) (-4.0 . 1))
  <c e g>1~ <c e g>

  <>^"reset"
  \override TieColumn.tie-configuration = ##f
  <c e g>1~ <c e g>
}



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