Status: Accepted
Owner: ----
Labels: Type-Ugly

New issue 4493 by [email protected]: BarNumber.break-visibility displaces bar lines in strict note spacing
https://code.google.com/p/lilypond/issues/detail?id=4493

% The combination of middle-system bar
% numbers and strict note spacing causes
% bar lines to be printed too far left.
\version "2.18.2"

TheGs = { g8 g g g g g g g }

\score {
  \new Staff { \TheGs \TheGs \TheGs \TheGs
               \TheGs \TheGs \TheGs \TheGs
               \TheGs \TheGs \TheGs \TheGs }
  \layout {
    \context { \Score
      \override BarNumber.break-visibility = ##(#f #t #f)
      \override SpacingSpanner.strict-note-spacing = ##t
    }
  }
}

From Harm:

Confirmed.

2.16.2 is bad already
2.14.2 is ok
(both with downgraded syntax ofcourse)

Also present in 2.19.22

Attachments:
        document.png  13.0 KB

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to