The previously used (it was in snippets/new) bar symbol -- @code{.|:} -- was correct here. The dot before the pipe symbol is missing.

commit 8ffecf6be17c6ec2ff87cf31873121a8cce29b09
Author: Phil Holmes <[email protected]>
Date:   Thu Jul 24 15:17:57 2014 +0100

   Import snippets from LSR and delete initial batch in snippets/new

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
new file mode 100644
index 0000000..7a4bce3
--- /dev/null
+++ b/Documentation/snippets/printing-a-repeat-sign-at-the-beginning-of-a-piece.ly
@@ -0,0 +1,26 @@
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.di.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.18.0"
+
+\header {
+  lsrtags = "repeats, tweaks-and-overrides"
+
+  texidoc = "
+A @code{|:} bar line can be printed at the beginning of a piece.
+
+"
+  doctitle = "Printing a repeat sign at the beginning of a piece"
+} % begin verbatim
+
+\relative c'' {
+  \bar ".|:"
+  \repeat volta 2 {
+    c1
+    d1
+    d4 e f g
+  }
+}



_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to