% 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
}
}
}
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond