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

Unified Diff: input/regression/bar-line-segno.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: input/regression/bar-line-segno.ly
diff --git a/input/regression/bar-line-segno.ly b/input/regression/bar-line-segno.ly
index 17d5a7dc0e47119565a52fe2efe27102d876fcd5..7b17c0f58b7c418e645c93eb007f0f5160e714c1 100644
--- a/input/regression/bar-line-segno.ly
+++ b/input/regression/bar-line-segno.ly
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.5"
\header { texidoc = "Segno bar lines can be used to mark
the begin and the end of a segno part."
@@ -8,10 +8,10 @@
\relative \new StaffGroup <<
\new Staff {
- c4 \bar "S" c \bar "|S" c \bar "S|" c \bar ":|S" \break
- c4 c \bar ":|S|:" c c \bar ":|S.|:" \break
- c4 c c2 \bar ".S|:" \break
- c1 \bar ":|S." \break
+ c4 \bar "S" c \bar "S-|" c \bar "S-S" c \bar ":|.S" \break
+ c4 c \bar ":|.S.|:" c c \bar ":|.S.|:-S" \break
+ c4 c c2 \bar "S.|:" \break
+ c1 \bar ":|.S-S" \break
c1 \bar "S" \break
c1 }
\new Staff {

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