Index: Documentation/snippets/printing-a-repeat-sign-at-the-beginning-of-a-piece.ly |
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 f2d620be9e9b5ce4aa56d5f4df2a3ca38715245d..69b68b7d4907976ed693bdb0f56b4f03c3d9d3bb 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,16 +1,17 @@ |
-%% 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.16.0" |
+% DO NOT EDIT this file manually; it is automatically |
+% generated from Documentation/snippets/new |
+% Make any changes in Documentation/snippets/new/ |
+% 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" |
\header { |
lsrtags = "repeats, tweaks-and-overrides" |
texidoc = " |
-A @code{|:} bar line can be printed at the beginning of a piece, by |
+A @code{.|:} bar line can be printed at the beginning of a piece, by |
overriding the relevant property: |
" |
@@ -18,6 +19,7 @@ overriding the relevant property: |
} % begin verbatim |
janek
2012/10/14 17:17:46
is this empty line intended?
|
+ |
\relative c'' { |
\once \override Score.BreakAlignment #'break-align-orders = |
#(make-vector 3 '(instrument-name |
@@ -35,7 +37,7 @@ overriding the relevant property: |
;; free up some space between time signature |
;; and repeat bar line |
(staff-bar . (extra-space . 1))) |
- \bar "|:" |
+ \bar ".|:" |
c1 |
d1 |
d4 e f g |