%% 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/proportional-strict-notespacing.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.25.23"

\header {
%% Translation of GIT committish: a8a85e19654e46d725563e6deba44083ef137a2c
  texidocja = "
@code{strict-note-spacing} がセットされている場合、音符のスペーシングは@c
システム内にある小節線や音部記号に影響されません。これらは対応する音符の@c
直前に配置されます。これらが衝突を引き起こす場合があります。
"
  doctitleja = "プロポーショナル ノーテーションで厳格モードを使用する"

%% Translation of GIT committish: 1abe87de51b9b00a391da1be4cf4b5ebe4021ca9
  texidocfr = "
Lorsque la propriété @code{strict-note-spacing} de l'objet
@code{SpacingSpanner} est activée, l'espacement des notes dans un
système ne tient compte ni des barres de mesure ni des clefs, qui se
retrouvent placées juste avant la note qui tombe au même moment. Ceci
peut entraîner certaines collisions.
"

  doctitlefr = "Espacement strictement proportionnel des notes"

%% Translation of GIT committish: 35d4cc1b78c4105643ca5fdcb44cb717578d6d4a
  texidoces = "
Si está establecida al valor @code{#t} la propiedad
@code{strict-note-spacing} del objeto gráfico
@code{SpacingSpanner}, el espaciado de las notas no queda influido
por los compases o claves que pueda haber dentro de un sistema.
En lugar de ello, se colocan justo antes de la nota que tiene
lugar en el mismo momento temporal. Esto puede producir
colisiones.

"
  doctitlees = "Espaciado de las notas estrictamente proporcional"

%% Translation of GIT committish: 8ffecf6be17c6ec2ff87cf31873121a8cce29b09
  texidocca = "
Si s'ha establert @code{strict-note-spacing}, l'espaiat de les notes
no es veu influït pels compassos o claus que pugui haver-hi dins d'un
sistema.  En comptes d'això, es col·loquen just abans de la nota que
té lloc en el mateix moment temporal. Això pot produir col·lisions.

"
  doctitleca = "Espaiat de les notes estrictament proporcional"

  categories = "Spacing, Tweaks and overrides"

  texidoc = "
If the @code{strict-note-spacing} property of the @code{SpacingSpanner}
grob is set to @code{#t}, spacing of notes is not influenced by bars or
clefs within a system. Rather, they are placed just before the note
that occurs at the same time. This may cause collisions.
"

  doctitle = "Proportional strict notespacing"
} % begin verbatim


\relative c'' <<
  \override Score.SpacingSpanner.strict-note-spacing = ##t
  \set Score.proportionalNotationDuration = #1/16

  \new Staff {
    c8[ c \clef alto c c \grace { d16 } c8 c] c4
    c2 \grace { c16[ c16] } c2
  }
  \new Staff {
    c2 \tuplet 3/2 { c8 \clef bass cis,, c } c4
    c1
  }
>>



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