]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/printing-a-repeat-sign-at-the-beginning-of-a-piece.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / printing-a-repeat-sign-at-the-beginning-of-a-piece.ly
index 81673ffd3e64aaa1894842ea866e50d7e9abc5ad..f2d620be9e9b5ce4aa56d5f4df2a3ca38715245d 100644 (file)
@@ -1,38 +1,14 @@
-%% 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.16.0"
 
 \header {
   lsrtags = "repeats, tweaks-and-overrides"
 
-%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b
-  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:
@@ -41,19 +17,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))
@@ -65,4 +40,3 @@ overriding the relevant property:
   d1
   d4 e f g
 }
-