%% 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/aiken-head-thin-variant-noteheads.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: 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: a3fd5364fc4f247579da0ed2bfea887ab37285c6
  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"

  lsrtags = "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
% ****************************************************************
