%% 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/moving-dotted-notes-in-polyphony.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
デフォルトでは右側に移動します。この挙動は、@code{NoteCollision} の
@code{prefer-dotted-right} プロパティをオーバライドすることで変更できます。
"
  doctitleja = "多声の音楽で付点付きの音符を移動する"

%% Translation of GIT committish: 2f3474d9af596d677ed5b7ce720ae4d0954a6b51
  texidocit = "
Quando una nota puntata della voce più alta viene spostata per evitare una
collisione con una nota di un'altra voce, il comportamento predefinito è
spostare la nota più alta a destra.  Tale comportamento può essere
modificato tramite la proprietà @code{prefer-dotted-right} di
@code{NoteCollision}.

"
  doctitleit = "Spostare le note puntate in polifonia"

%% Translation of GIT committish: a3fd5364fc4f247579da0ed2bfea887ab37285c6
  texidocfr = "
Une note pointée appartenant à la voix supérieure d'une portée
polyphonique sera par défaut décalée vers la droite afin d'éviter les
collisions avec les autres voix. Ce comportement peut être outrepassé à
l'aide de la propriété @code{prefer-dotted-right} de
@code{NoteCollision}.
"

  doctitlefr = "Déplacement des notes pointées dans une polyphonie"

%% Translation of GIT committish: 8ffecf6be17c6ec2ff87cf31873121a8cce29b09
  texidoces = "
Cuando se puede una nota en la voz superior para evitar la colisión
con una nota de otra voz, el comportamiento predeterminado es
desplazar la nota superior a la derecha.  Se puede cambiar usando la
propiedad @code{prefer-dotted-right} de @code{NoteCollision}.

"
  doctitlees = "Desplazar las notas con puntillo en polifonía"

%% Translation of GIT committish: 8ffecf6be17c6ec2ff87cf31873121a8cce29b09
  texidocca = "
Quan una nota amb puntet a la veu superior es mou per evitar la
col·lisió amb una nota de una altra veu, el comportament
predeterminat és desplaçar la nota superior a la dreta.  Es pot
canviar usant la propietat @code{prefer-dotted-right} de
@code{NoteCollision}.

"
  doctitleca = "Desplaçament de les notes amb puntet en polifonia"

  lsrtags = "rhythms, simultaneous-notes, tweaks-and-overrides"

  texidoc = "
When a dotted note in the upper voice is moved to avoid a collision
with a note in another voice, the default is to move the upper note to
the right.  This behaviour can be over-ridden by using the
@code{prefer-dotted-right} property of @code{NoteCollision}.
"

  doctitle = "Moving dotted notes in polyphony"
} % begin verbatim


\new Staff \relative c' <<
  {
    f2. f4
    \override Staff.NoteCollision.prefer-dotted-right = ##f
    f2. f4
    \override Staff.NoteCollision.prefer-dotted-right = ##t
    f2. f4
  }
  \\
  { e4 e e e e e e e e e e e }
>>



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