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=f2d620be9e9b5ce4aa56d5f4df2a3ca38715245d;hb=26a079ca2393d053315ef8dbef626c897dc9645a;hp=e6119742998b70971b7f3743e7e4e595f75e7d01;hpb=f86f00c1a8de0f034ba48506de2801c074bd5422;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 e611974299..f2d620be9e 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 @@ -4,38 +4,11 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.12.2" +\version "2.16.0" \header { lsrtags = "repeats, tweaks-and-overrides" -%% Translation of GIT committish: 91eeed36c877fe625d957437d22081721c8c6345 - texidoces = " -Se puede imprimir una línea divisoria de la forma @code{|:} al -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 -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 -imprimerez une barre de reprise (@code{|:}) en début de partition si -vous surchargez la propriété adéquate : - -" - doctitlefr = "Impression d'une barre de reprise en début de morceau" - - texidoc = " A @code{|:} bar line can be printed at the beginning of a piece, by overriding the relevant property: @@ -44,6 +17,7 @@ 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 @@ -66,4 +40,3 @@ overriding the relevant property: d1 d4 e f g } -