Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(647)

Unified Diff: Documentation/snippets/printing-a-repeat-sign-at-the-beginning-of-a-piece.ly

Issue 6498052: bar-line interface part 2/2: New bar line definition standard (Closed) Base URL: http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Patch Set: use define-session-public for public alists Created 12 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b