X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fprinting-a-repeat-sign-at-the-beginning-of-a-piece.ly;h=7c9f1e2228a8afbc55dcb6213060abd6da9825d0;hb=588b4b5c23b6c8a0519d6f6c0540b7bb88294782;hp=db3762e8f5986af77edc646b2d213602ef8bcea1;hpb=4e7e046d0842fe1de8ef906de402246f7ca33d0b;p=lilypond.git diff --git a/Documentation/snippets/printing-a-repeat-sign-at-the-beginning-of-a-piece.ly b/Documentation/snippets/printing-a-repeat-sign-at-the-beginning-of-a-piece.ly index db3762e8f5..7c9f1e2228 100644 --- a/Documentation/snippets/printing-a-repeat-sign-at-the-beginning-of-a-piece.ly +++ b/Documentation/snippets/printing-a-repeat-sign-at-the-beginning-of-a-piece.ly @@ -1,12 +1,15 @@ -%% Do not edit this file; it is automatically +%% 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.13.29" +\version "2.14.0" \header { lsrtags = "repeats, tweaks-and-overrides" -%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b +%% Translation of GIT committish: 2d548a99cb9dba80f2ff035582009477cd37eceb texidoces = " Se puede imprimir una línea divisoria de la forma @code{|:} al principio de la pieza, sobreescribiendo la propiedad correspondiente: @@ -14,6 +17,7 @@ principio de la pieza, sobreescribiendo la propiedad correspondiente: " doctitlees = "Imprimir puntos de repetición al prinicpio de la pieza" + %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 texidocde = " Ein @code{|:}-Taktstrich kann auch zu Beginn eines Stückes ausgegeben werden, indem @@ -21,6 +25,7 @@ man die entsprechende Eigenschaft verändert: " doctitlede = "Ein Wiederholungszeichen zu Beginn eines Stückes ausgeben" + %% Translation of GIT committish: a5bde6d51a5c88e952d95ae36c61a5efc22ba441 texidocfr = " Bien qu'allant à l'encontre des usages en matière de gravure, vous @@ -44,14 +49,12 @@ overriding the relevant property: #(make-vector 3 '(instrument-name left-edge ambitus - span-bar breathing-sign clef key-signature time-signature staff-bar - custos - span-bar)) + custos)) \once \override Staff.TimeSignature #'space-alist = #'((first-note . (fixed-space . 2.0)) (right-edge . (extra-space . 0.5))