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

%% Translation of GIT committish: a3fd5364fc4f247579da0ed2bfea887ab37285c6
  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: 00f0ca84dbb015617f8ce36dd13db59bbfef8f11
  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"

  lsrtags = "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'' {
  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
% ****************************************************************
