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

Delta Between Two Patch Sets: input/regression/bar-line-define-bar-line.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/
Left Patch Set: bump version entries to 2.17.4; include snippet stuff Created 12 years, 6 months ago
Right Patch Set: use define-session-public for public alists Created 12 years, 6 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
1 \version "2.17.4" 1 \version "2.17.5"
2 2
3 \header { texidoc = "New bar line styles can be defined by @code{\defineBarLine} ." 3 \header { texidoc = "New bar line styles can be defined by @code{\defineBarLine} ."
4 } 4 }
5 5
6 \paper { ragged-right = ##t } 6 \paper { ragged-right = ##t }
7 7
8 \defineBarLine "[|;" "|" "[|;" " |" 8 \defineBarLine "[|;" #'("|" "[|;" " |")
9 \defineBarLine ";|]" ";|]" "" " |" 9 \defineBarLine ";|]" #'(";|]" "" " |")
10 10
11 \relative \new StaffGroup << 11 \relative \new StaffGroup <<
12 \new Staff { 12 \new Staff {
13 c4 c \bar "[|;" c c \bar ";|]" \break 13 c4 c \bar "[|;" c c \bar ";|]" \break
14 c4 c \bar ";|]" c c \bar "[|;" \break 14 c4 c \bar ";|]" c c \bar "[|;" \break
15 c1 } 15 c1 }
16 \new Staff { 16 \new Staff {
17 c4 c c c 17 c4 c c c
18 c4 c c c 18 c4 c c c
19 c1 19 c1
20 } 20 }
21 >> 21 >>
LEFTRIGHT

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