%% 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]
\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))
}

\layout {
  
}




% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefilename "snippets/preventing-extra-naturals-from-being-automatically-added.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: a8a85e19654e46d725563e6deba44083ef137a2c
  texidocja = "
伝統的な譜刻のスタイルに合わせて、前に出現したダブルシャープやダブルフラットが@c
シャープやフラットでキャンセルされた場合には、ナチュラル記号が表示されます。@c
これを現代の慣習に合わせて変更するには、@code{Staff} コンテキストの
@code{extraNatural} プロパティを @code{f} に設定します。
"
  doctitleja = "追加のナチュラル記号が自動で追加されないようにする"

%% Translation of GIT committish: 2f3474d9af596d677ed5b7ce720ae4d0954a6b51
  texidocit = "
Secondo le norme tipografiche tradizionali, un segno di bequadro viene
inserito prima di un diesis o di un bemolle se un precedente doppio diesis o
bemolle sulla stessa nota è cancellato.  Per cambiare questo comportamento
e seguire la pratica contemporanea, si imposta la proprietà @code{extraNatural}
su @code{f} (falso) nel contesto @code{Staff}.

"
  doctitleit = "Impedire l'inserimento automatico dei bequadri supplementari"

%% Translation of GIT committish: de1e42ce512f3690387cdd065109bddff1b7bd6d
  texidocfr = "
En accord avec les règles traditionnelles de l'écriture musicale, on
grave un bécarre avant un dièse ou un bémol si la note était auparavant
affublée d'un double-dièse ou double-bémol. Pour adopter un
comportement plus contemporain, la propriété @code{extraNatural} du
contexte @code{Staff} doit se voir attribuer la valeur @code{#f}
(faux).
"

  doctitlefr = "Suppression des bécarres superflus"

%% Translation of GIT committish: aa4f229bc77265d2deaa36055c5845cd682823fe
  doctitlees = "Evitar que se añadan becuadros adicionales automáticamente"
  texidoces = "
Según las reglas tradicionales de composición tipográfica, se
imprime un becuadro antes de un sostenido o un bemol cuando se
tiene que cancelar un doble sostenido o un doble bemol anterior en
la misma nota.  Para modificar este comportamiento a la práctica
actual, establezca el valor de la propiedad @code{extraNatural} a
@code{#f} (falso) dentro del contexto de @code{Staff}.
"

%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
  doctitlede = "Verhindern, dass zusätzliche Auflösungszeichen automatisch hinzugefügt werden"

texidocde = "Den traditionellen Notensatzregeln zufolge wird ein
Auflösungszeichen immer dann vor einem Kreuz oder B gesetzt, wenn
ein vorheriges Versetzungszeichen der gleichen Note aufgehoben werden
soll.  Um dieses Verhalten zu ändern, muss die Eigenschaft
@code{extraNatural} im @code{Staff}-Kontext auf \"false\" gesetzt werden.
"

%% Translation of GIT committish: 8ffecf6be17c6ec2ff87cf31873121a8cce29b09
  doctitleca = "Evitar que s'afegeixen becaires addicionals automàticament"
  texidocca = "
Segons les regles tradicionals de composició tipogràfica, s'imprimeix
un becaire abans d'un sostingut o un bemoll quan s'ha de cancel·lar
un doble sostingut o un doble bemoll anterior en la mateixa nota.  Per
modificar aquest comportament a la pràctica actual establiu el valor
de la propietat @code{extraNatural} a @code{##f} (fals) dins del
context de @code{Staff}.

"

  categories = "Automatic notation, Pitches"

  texidoc = "
In accordance with traditional typesetting rules, a natural sign is
printed before a sharp or flat if a previous double sharp or flat on
the same note is canceled. To change this behavior to contemporary
practice, set the @code{extraNatural} property to @code{#f} in the
@code{Staff} context.
"

  doctitle = "Preventing extra naturals from being automatically added"
} % begin verbatim


\relative c'' {
  aeses4 aes ais a
  \set Staff.extraNatural = ##f
  aeses4 aes ais a
}



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