]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/printing-a-repeat-sign-at-the-beginning-of-a-piece.ly
Doc-es: Oops; fix bad xref.
[lilypond.git] / Documentation / snippets / printing-a-repeat-sign-at-the-beginning-of-a-piece.ly
index c7ad9c355021c6d2d1cc06af375c7f3b26476c3e..b8590edebfd3ca4a581ffb5bbc4f30bd4e088ae7 100644 (file)
@@ -4,8 +4,8 @@
 % and then run scripts/auxiliar/makelsr.py
 %
 % This file is in the public domain.
-%% Note: this file works from version 2.17.5
-\version "2.17.5"
+%% Note: this file works from version 2.17.6
+\version "2.17.6"
 
 \header {
   lsrtags = "repeats, tweaks-and-overrides"
@@ -19,8 +19,9 @@ overriding the relevant property:
 } % begin verbatim
 
 
+
 \relative c'' {
-  \once \override Score.BreakAlignment #'break-align-orders =
+  \once \override Score.BreakAlignment.break-align-orders =
     #(make-vector 3 '(instrument-name
                       left-edge
                       ambitus
@@ -30,7 +31,7 @@ overriding the relevant property:
                       time-signature
                       staff-bar
                       custos))
-  \once \override Staff.TimeSignature #'space-alist =
+  \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