lilypond-user
[Top][All Lists]
Advanced

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

Re: notehead-barline collisions with engravers removed


From: Nick Payne
Subject: Re: notehead-barline collisions with engravers removed
Date: Tue, 26 Jun 2012 12:23:36 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1

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
Description: PNG image


reply via email to

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