lilypond-user
[Top][All Lists]
Advanced

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

Re: volta bracket too short


From: Nick Payne
Subject: Re: volta bracket too short
Date: Tue, 22 Mar 2011 08:20:24 +1100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110223 Lightning/1.0b2 Thunderbird/3.1.8

On 22/03/11 03:51, Laura Conrad wrote:
I'm trying to write a piece with an alternative ending labeled "Final."

This bracket is over a whole note for all parts.  For two of the five
parts, the spacing on the last line of the part is tight enough that
there isn't room under the volta bracket for the whole word "Final."

Does anyone have a good suggestion for what to tweak to fix this?

Thanks,

You could use

\override Staff.NoteHead #'X-extent = #'(L . R)

for the whole notes where you want the additional spacing around the note, but this doesn't work if the note is on a ledger line, as it also extends the ledger line. Alternatively

\override Staff.BarLine #'extra-spacing-width = #'(L . R)

can achieve the same effect.

\version "2.13.54"

\relative c'' {
    c1 c
    \once \override Staff.NoteHead #'X-extent = #'(-8 . 8) c
    c
    \override Staff.BarLine #'extra-spacing-width = #'(-8 . 8)
    c c
}


Nick

Attachment: test.preview.png
Description: PNG image


reply via email to

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