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=28fc2fcfdd12894cf4832ca13fc79fa0254c3ebc;hb=d251be5cf511690e874a0ed01bdde6b7f559423b;hp=135b6aa7ee8061142cdd3ee82409a60f59a2100f;hpb=0f55a6bfb648fb279a4e7d75febe7fa01736bafb;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 135b6aa7ee..28fc2fcfdd 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.16" +\version "2.14.2" \header { lsrtags = "repeats, tweaks-and-overrides" -%% Translation of GIT committish: 1d589aa04c20d7711bf662618adbdd6d445db29d +%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 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,11 +25,12 @@ man die entsprechende Eigenschaft verändert: " doctitlede = "Ein Wiederholungszeichen zu Beginn eines Stückes ausgeben" -%% Translation of GIT committish: a5bde6d51a5c88e952d95ae36c61a5efc22ba441 + +%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 texidocfr = " Bien qu'allant à l'encontre des usages en matière de gravure, vous imprimerez une barre de reprise (@code{|:}) en début de partition si -vous surchargez la propriété adéquate : +vous surchargez la propriété adéquate@tie{}: " doctitlefr = "Impression d'une barre de reprise en début de morceau" @@ -39,19 +44,18 @@ overriding the relevant property: doctitle = "Printing a repeat sign at the beginning of a piece" } % begin verbatim + \relative c'' { \once \override Score.BreakAlignment #'break-align-orders = #(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))