%% 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/forcing-rehearsal-marks-to-start-from-a-given-letter-or-number.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: 0cc270b871321ae5aa8622cea8d8262aafd16641
  texidocja = "
このスニペットは、リハーサル記号の自動付番を、指定した番号や文字から始める@c
例を示しています。
"
  doctitleja = "リハーサル記号を指定した番号や文字から始める"

%% Translation of GIT committish: c043783aac6c35926d633aa2daf60ed4f2e7ca7a
  texidocfr = "
Voici comment initialiser arbitrairement une indication automatique de
repère, qu'elle soit alphabétique ou numérique :
"

  doctitlefr = "Fixation arbitraire du numéro de repère de départ"

%% Translation of GIT committish: 70abecb938c2bb752967bd56b7402dd8129838a5
  texidoces = "
Este fragmento de código muestra cómo obtener marcas de ensayo
ordenadas automáticamente, pero partiendo de la letra o número
deseados.

"
  doctitlees = "Forzar que las marcas  de ensayo comiencen en una letra o número dados"

%% Translation of GIT committish: ff9ca62acddb818b7788d7818a5c7eb0ddb6cdcb
  texidocca = "
Aquest fragment de codi mostra com obtenir marques d'assaig
ordenades automàticament, però partint de la lletra o nombre
desitjat.

"
  doctitleca = "Forçar que les marques d'assaig comencin en una lletra o nombre donats"

  categories = "Automatic notation, Preparing parts, Really simple,
                Rhythms"

  texidoc = "
This snippet demonstrates how to obtain automatic ordered rehearsal
marks, but from the letter or number desired.
"

  doctitle = "Forcing rehearsal marks to start from a given letter or number"
} % begin verbatim


\relative c'' {
  \override Score.RehearsalMark.Y-offset = #3.5

  c1 \mark \default
  c1 \mark \default
  c1 \mark \default
  c1 \mark #14
  c1 \mark \default
  c1 \mark \default
  c1 \mark \default
  c1
}



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