%% 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/ambitus-after-key-signature.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 = "
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: 1abe87de51b9b00a391da1be4cf4b5ebe4021ca9
  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 @var{grob-interface}} -- voir
@rinternals{Graphical Object Interfaces} pour une liste des valeurs de
@var{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"

%%  Translation of GIT committish: 35d4cc1b78c4105643ca5fdcb44cb717578d6d4a
  texidoces = "
De manera predeterminada, las indicaciones de ámbito o tesitura se
sitúan a la izquierda de la clave.  La función
@code{\\ambitusAfter} permite cambiar esta colocación.  La
sintaxis es @code{\\ambitusAfter @var{grob-interface}} (consulte
@uref{https://lilypond.org/doc/v2.24/Documentation/internals/graphical-object-interfaces,Interfaces
de los objetos gráficos} para ver una lista de los valores
posibles para @var{grob-interface}.)

Un caso de utilización bastante común es imprimir la indicación de
texitura entre la armadura de la clave y la indicación de compás.
"

  doctitlees = "Indicación de tesitura después de la armadura"

  categories = "Contexts and engravers, 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 @var{grob-interface}}; see
@uref{https://lilypond.org/doc/v2.24/Documentation/internals/graphical-object-interfaces,Graphical
Object Interfaces} for a list of possible values for
@var{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
% ****************************************************************
