bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ending bar line too short


From: foxfanfare
Subject: Re: ending bar line too short
Date: Sun, 13 May 2018 09:10:30 -0700 (MST)

É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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]