On 26/06/12 08:34, Jeffrey Trevino wrote:
Hi all,

I've got several engravers removed in a situation with some nested tuplets, and noteheads have started crashing into barlines. The internals reference has some good places to start, but I'm curious to hear from you: What's the most reliable way to ensure that there's a specified white space both before and after a barline?

\version "2.15.40"

barspace = #(define-music-function (parser location extent) (pair?) #{
    \once \override Staff.BarLine #'extra-spacing-width = #extent
#})

\relative c'' {
    c4 c c c |
    c c c c |
    \barspace #'(0 . 2)
    c c c c |
    \barspace #'(-4 . 4)
    c c c c |
}

<<attachment: test.png>>

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to