%% 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,ragged-right]
\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))
  ragged-right = ##t
}

\layout {
  
}




% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefilename "snippets/printing-marks-on-every-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
全ての譜の上に表示することもできます。
"
  doctitleja = "リハーサル記号を全ての譜の上に表示する"

%% Translation of GIT committish: 2f3474d9af596d677ed5b7ce720ae4d0954a6b51
  texidocit = "
Sebbene le indicazioni testuali siano di norma collocate solo sopra il
rigo più alto, è possibile farle apparire su ogni rigo.
"
  doctitleit = "Stampare le indicazioni su ogni rigo"

%% Translation of GIT committish: de1e42ce512f3690387cdd065109bddff1b7bd6d
  texidocfr = "
Bien que ces indications textuelles et repères ne soient
habituellement imprimées qu'au niveau de la portée supérieure d'un
système, leur affectation peut être répercutée à chacune des
portées.
"

  doctitlefr = "Impression des indications sur toutes les portées d'un système"

%% Translation of GIT committish: 29da2ba3dc40958f48fd41eb2b183feacc2ea58a
  texidoces = "
Aunque normalmente las marcas de ensayo y textuales solo se
imprimen sobre el pentagrama superior, también se pueden imprimir
en otro pentagrama cualquiera.
"
  doctitlees = "Imprimir marcas de ensayo en cualquier pentagrama"

%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
  texidocde = "
Normalerweise werden Textzeichen nur über dem obersten Notensystem gesetzt.  Sie
können aber auch über jedem System ausgegeben werden.

"
  doctitlede = "Zeichen über jedem System ausgeben"

%% Translation of GIT committish: 8ffecf6be17c6ec2ff87cf31873121a8cce29b09
  texidocca = "
Tot i que normalment les marques d'assaig textuals sols s'imprimeixen
sobre el pentagrama superior, també es poden imprimir en un altra
pentagrama qualsevol.

"
  doctitleca = "Impressió de marques d'assaig en qualsevol pentagrama"

  categories = "Contexts and engravers, Text"

  texidoc = "
Although rehearsal and text marks are normally only printed above the
topmost staff, they may also be printed on every staff.
"

  doctitle = "Printing marks on every staff"
} % begin verbatim


\score {
  <<
    \new Staff { \mark \default c''1 \textMark "molto" c'' }
    \new Staff { \mark \default c'1 \textMark "molto" c' }
  >>
  \layout {
    \context {
      \Score
      \remove Mark_engraver
      \remove Text_mark_engraver
      \remove Staff_collecting_engraver
    }
    \context {
      \Staff
      \consists Mark_engraver
      \consists Text_mark_engraver
      \consists Staff_collecting_engraver
    }
  }
}



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