%% 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/ambitus-after-key-signature.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 = "
Per impostazione predefinita, gli ambitus sono posizionati a sinistra della chiave.  La
funzione @code{\\ambitusAfter} permette di cambiare questo posizionamento.
La sintassi è @code{\\ambitusAfter grob-interface} (vedi
@uref{http://lilypond.org/doc/v2.22/Documentation/internals/graphical-object-interfaces,Graphical
Object Interfaces} per un elenco dei possibili valori per
@code{grob-interface}.)

Un caso d'uso comune è il posizionamento dell'ambitus tra l'armatura di chiave e
l'indicazione di tempo.

"
  doctitleit = "Ambitus dopo armatura di chiave"

%%  Translation of GIT committish: a3fd5364fc4f247579da0ed2bfea887ab37285c6
  texidocfr = "
L'ambitus se place par défaut à gauche de la clef. La fonction
@code{\\ambitusAfter} permet cependant de modifier ce positionnement ;
sa syntaxe est @code{\\ambitusAfter grob-interface} -- voir
@rinternals{Graphical Object Interfaces} pour une liste des valeurs de
@code{grob-interface} possibles.

L'un des cas d'usage est d'insérer l'ambitus entre l'armure et la
métrique.
"

  doctitlefr = "Ambitus après l'armure"

  lsrtags = "pitches, staff-notation, vocal-music"

  texidoc = "
By default, ambitus are positioned at the left of the clef.  The
@code{\\ambitusAfter} function allows for changing this
placement.  Syntax is @code{\\ambitusAfter grob-interface} (see
@uref{http://lilypond.org/doc/v2.22/Documentation/internals/graphical-object-interfaces,Graphical
Object Interfaces} for a list of possible values for
@code{grob-interface}.)

A common use case is printing the ambitus between key signature and
time signature.
"

  doctitle = "Ambitus after key signature"
} % begin verbatim


\new Staff \with {
  \consists Ambitus_engraver
} \relative {
  \ambitusAfter key-signature
  \key d \major
  es'8 g bes cis d2
}



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