Side by Side Diff: input/regression/non-centered-bar-lines.ly
Issue 6211047 :
line_count fixes (Closed)
Patch Set: get rid of one more sort
Use n/p to move between diff chunks;
N/P to move between comments.
Please Sign in to add in-line comments.
Jump to:
input/regression/ledger-lines-varying-staves.ly
input/regression/non-centered-bar-lines.ly
input/regression/staff-ledger-positions.ly
input/regression/staff-line-positions.ly
input/regression/zero-staff-space.ly
lily/bar-line.cc
lily/beam.cc
lily/breathing-sign.cc
lily/custos.cc
lily/rest.cc
lily/rest-collision.cc
lily/slur-scoring.cc
lily/time-signature.cc
lily/vaticana-ligature.cc
OLD NEW
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 }
OLD NEW