%% 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/aiken-head-thin-variant-noteheads.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: 2f3474d9af596d677ed5b7ce720ae4d0954a6b51
  texidocit = "
Le teste di nota Aiken bianche sono più difficili da leggere a dimensioni del rigo più
piccole, specialmente coi tagli addizionali. Perdendo lo spazio bianco interno le
fa apparire come note di un quarto.

"
  doctitleit = "Teste di nota Aiken variante sottile"

%% Translation of GIT committish: de1e42ce512f3690387cdd065109bddff1b7bd6d
  texidocfr = "
Les notes profilées Aiken, lorsqu'elles sont blanches, deviennent
difficile à distinguer avec des tailles de portée réduites, notamment en
présence de ligne supplémentaire. Perdant du blanc sur leur intérieur
les fait alors ressembler à des noires.
"

  doctitlefr = "Variante fine des notes profilées Aiken"

%% Translation of GIT committish: 4f16fa98fd258f08e64203c793028ea3e363b1c0
  texidoces = "
Las notas blancas de tipo Aiken se vuelven algo difíciles de leer
con tamaños de pentagrama pequeños, especialmente con líneas
adicionales.  Al perder el espacio vacío del interior pueden
parecer más bien figuras negras.
"

  doctitlees = "Cabezas de nota tipo Aiken, variante delgada"

  categories = "Pitches, Specific notation"

  texidoc = "
Aiken head white notes get harder to read at smaller staff sizes,
especially with ledger lines. Losing interior white space makes them
appear as quarter notes.
"

  doctitle = "Aiken head thin variant noteheads"
} % begin verbatim


\score {
  {
    \aikenHeads
    c''2 a' c' a

    % Switch to thin-variant noteheads
    \set shapeNoteStyles = ##(doThin reThin miThin
                              faThin sol laThin tiThin)
    c'' a' c' a
  }
}



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