Étienne PERRINE wrote
> In this code, the ending bar line of second staff is very slightly too
> short
> (probably due to the magnyfyStaff)… Why ?

I also noticed this behaviour. I have checked on several editions, and it
appear that it is best to keep the same barline size between different
staves, even those which are smaller. So I'd go for:

\version "2.19.80"

<<

  \new Staff \with { \magnifyStaff #5/7 } {       
    \override Staff.BarLine.hair-thickness = #1.9
    \override Staff.BarLine.thick-thickness = #6
    \override Staff.BarLine.kern = #3
      
      s1 \bar "|." }

  \new Staff { s1 \bar "|." }

>>




--
Sent from: http://lilypond.1069038.n5.nabble.com/Bugs-f58488.html

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to