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

Delta Between Two Patch Sets: input/regression/non-centered-bar-lines.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: volta bracket handling corrected 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 \header { 2 \header {
3 texidoc = "Bar lines are positioned correctly when using custom 3 texidoc = "Bar lines are positioned correctly when using custom
4 staves which are not centered around position@tie{}0. 4 staves which are not centered around position@tie{}0.
5 " 5 "
6 } 6 }
7 \new Staff { 7 \new Staff {
8 \override Staff.StaffSymbol #'line-positions = #'(1 3 5 7 9) 8 \override Staff.StaffSymbol #'line-positions = #'(1 3 5 7 9)
9 c''1 \bar "||" 9 c''1 \bar "||"
10 c''1 \bar ";" 10 c''1 \bar ";"
11 c''1 \bar "|." 11 c''1 \bar "|."
12 } 12 }
LEFTRIGHT

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