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

Side by Side Diff: input/regression/non-centered-bar-lines.ly

Issue 6211047: line_count fixes (Closed) Base URL: http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Patch Set: get rid of one more sort Created 12 years, 10 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:
View unified diff | Download patch
OLDNEW
1 \version "2.14.0" 1 \version "2.14.0"
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 c''1 \bar "|."
12 } 13 }
OLDNEW

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