lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 4493 in lilypond: BarNumber.break-visibility displ


From: lilypond
Subject: [Lilypond-auto] Issue 4493 in lilypond: BarNumber.break-visibility displaces bar lines in strict note spacing
Date: Sun, 12 Jul 2015 01:12:51 +0000

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

New issue 4493 by address@hidden: 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

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