%% 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/printing-metronome-and-rehearsal-marks-below-the-staff.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: a8a85e19654e46d725563e6deba44083ef137a2c
  texidocja = "
デフォルトでは、メトロノーム記号やリハーサル記号は譜の上に表示されます。@c
これらを譜の下に表示するには、@code{MetronomeMark} や @code{RehearsalMark}
の @code{direction} プロパティを正しくセットします。
"
  doctitleja = "メトロノーム記号やリハーサル記号を譜の下に表示する"

%% Translation of GIT committish: 2f3474d9af596d677ed5b7ce720ae4d0954a6b51
  texidocit = "
Di norma, il metronomo e i numeri di chiamata vengono posizionati sopra il
rigo.  Per metterli sotto il rigo basta impostare correttamente la proprietà
@code{direction} di @code{MetronomeMark} o @code{RehearsalMark}.

"
  doctitleit = "Posizionare il metronomo e i numeri di chiamata sotto il rigo"

%% Translation of GIT committish: de1e42ce512f3690387cdd065109bddff1b7bd6d
  texidocfr = "
Les indications de tempo et les marques de repère s'impriment par défaut
au-dessus de la portée. Le fait de régler en conséquence la propriété
@code{direction} des objets @code{MetronomeMark} et @code{RehearsalMark}
les placera au-dessous de la portée.
"

  doctitlefr = "Impression du métronome et des repères sous la portée"

%% Translation of GIT committish: aa4f229bc77265d2deaa36055c5845cd682823fe
  texidoces = "
De forma predeterminada, las indicaciones metronómicas y las
letras de ensayo se imprimen encima del pentagrama.  Para
colocarlas debajo del pentagrama, simplemente ajustamos
adecuadamente la propiedad @code{direction} de
@code{MetronomeMark} o de @code{RehearsalMark}.

"
  doctitlees = "Impresión de indicaciones metronómicas y letras de ensayo debajo del pentagrama"

%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
  texidocde = "
Normalerweise werden Metronom- und Übungszeichen über dem Notensystem ausgegeben.
Um sie unter das System zu setzen, muss die @code{direction}-Eigenschaft
von @code{MetronomeMark} oder @code{RehearsalMark} entsprechend verändert werden.

"
  doctitlede = "Metronom- und Übungszeichen unter das System setzen"

%% Translation of GIT committish: 8ffecf6be17c6ec2ff87cf31873121a8cce29b09
  texidocca = "
De forma predeterminada, les indicacions de metrònom i les lletres
d'assaig s'imprimeixen a sobre del pentagrama.  Per col·locar-les a
sota del pentagrama, simplement ajustem adequadament la propietat
@code{direction} de @code{MetronomeMark} o de @code{RehearsalMark}.

"
  doctitleca = "Impressió d'indicacions de metrònom i lletres d'assaig a sota del pentagrama"

  categories = "Expressive marks, Rhythms, Tweaks and overrides"

  texidoc = "
By default, metronome and rehearsal marks are printed above the staff.
To place them below the staff simply set the @code{direction} property
of @code{MetronomeMark} or @code{RehearsalMark} appropriately.
"

  doctitle = "Printing metronome and rehearsal marks below the staff"
} % begin verbatim


\layout {
  ragged-right = ##f
}

{
  % Metronome marks below the staff
  \override Score.MetronomeMark.direction = #DOWN
  \tempo 8. = 120
  c''1

  % Rehearsal marks below the staff
  \override Score.RehearsalMark.direction = #DOWN
  \mark \default
  c''1
}



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