%% 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/changing-the-number-of-augmentation-dots-per-note.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 = "
音符ごとに、入力したドットの数とは独立して付点の数を変更することができます。
"
  doctitleja = "音符ごとに付点の数を独立して変更する"

%% Translation of GIT committish: 2f3474d9af596d677ed5b7ce720ae4d0954a6b51
  texidocit = "
Il numero di punti di aumentazione su una singola nota può essere modificato
in modo indipendente dai punti posizionati dopo la nota.

"
  doctitleit = "Modifica del numero di punti di aumentazione per nota"

%% Translation of GIT committish: a3fd5364fc4f247579da0ed2bfea887ab37285c6
  texidocfr = "
Le nombre de points d'augmentation affectés à une note en particulier
peut se modifier indépendamment des points placés après la note.
"

  doctitlefr = "Spécification du nombre de points d'augmentation d'une note"

%% Translation of GIT committish: 8ffecf6be17c6ec2ff87cf31873121a8cce29b09
  texidoces = "
La cantidad de puntillos de una nota se puede modificar
independientemente de los puntillos que se escriben después de la nota.

"
  doctitlees = "Modificar el número de puntillos de una nota"

%% Translation of GIT committish: 8ffecf6be17c6ec2ff87cf31873121a8cce29b09
  texidocca = "
La quantitat de puntets d'una nota es pot modificar
independentment dels puntets que s'escriuen després d'una nota.

"
  doctitleca = "Modificar el nombre de puntets d'una nota"

  lsrtags = "expressive-marks, rhythms"

  texidoc = "
The number of augmentation dots on a single note can be changed
independently of the dots placed after the note.
"

  doctitle = "Changing the number of augmentation dots per note"
} % begin verbatim


\relative c' {
  c4.. a16 r2 |
  \override Dots.dot-count = #4
  c4.. a16 r2 |
  \override Dots.dot-count = #0
  c4.. a16 r2 |
  \revert Dots.dot-count
  c4.. a16 r2 |
}



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