%% DO NOT EDIT this file manually; it is automatically %% generated from LSR http://lsr.dsi.unimi.it %% Make any changes in LSR itself, or in Documentation/snippets/new/ , %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. \version "2.14.2" \header { lsrtags = "really-simple, automatic-notation, rhythms, preparing-parts" %% Translation of GIT committish: 30339cb3706f6399c84607426988b25f79b4998c 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" 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 \mark \default \break \set Score.markFormatter = #format-mark-numbers c1 \mark #1 c1 \mark \default c1 \mark \default c1 \mark \default c1 \mark #14 c1 \mark \default c1 \mark \default c1 \mark \default c1 \mark \default }