]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/printing-a-repeat-sign-at-the-beginning-of-a-piece.ly
LSR: Update.
[lilypond.git] / Documentation / snippets / printing-a-repeat-sign-at-the-beginning-of-a-piece.ly
index aa76781df97bd4c1125db69271a51abc4252e60a..c9d88ddea7c4970d5f391e7f1429a38545cbebc6 100644 (file)
@@ -1,12 +1,12 @@
 %% Do not edit this file; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.13.4"
+\version "2.13.10"
 
 \header {
   lsrtags = "repeats, tweaks-and-overrides"
 
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
+%% Translation of GIT committish: 5cab62e8738ff02eead438042743116391f306f5
   texidoces = "
 Se puede imprimir una lĂ­nea divisoria de la forma @code{|:} al
 principio de la pieza, sobreescribiendo la propiedad correspondiente:
@@ -41,17 +41,23 @@ overriding the relevant property:
 
 \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))
+    #(make-vector 3 '(instrument-name
+                      left-edge
+                      ambitus
+                      span-bar
+                      breathing-sign
+                      clef
+                      key-signature
+                      time-signature
+                      staff-bar
+                      custos
+                      span-bar))
+  \once \override Staff.TimeSignature #'space-alist =
+    #'((first-note . (fixed-space . 2.0))
+       (right-edge . (extra-space . 0.5))
+       ;; free up some space between time signature
+       ;; and repeat bar line
+       (staff-bar . (extra-space . 1)))
   \bar "|:"
   c1
   d1