bug-lilypond
[Top][All Lists]
Advanced

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

BarNumber.break-visibility displaces bar lines in strict note spacing


From: to7m
Subject: BarNumber.break-visibility displaces bar lines in strict note spacing
Date: Sat, 11 Jul 2015 22:06:47 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

% 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
    }
  }
}




reply via email to

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