lilypond-user
[Top][All Lists]
Advanced

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

Re: Adjusting horizontal space from notehead to bar line


From: Aaron Hill
Subject: Re: Adjusting horizontal space from notehead to bar line
Date: Mon, 23 Aug 2021 16:23:25 -0700
User-agent: Roundcube Webmail/1.4.9

On 2021-08-23 4:03 pm, Matthew Fong wrote:
Hello Hans, LilyPonders,

Thank you! I added the line to my Staff context, and everything worked as
expected.
\override BarLine.space-alist.next-note = #'(fixed-space . 1.2)

I wanted to refine the solution and add space only *after* double-bar
lines, but adding the following to my bars doesn't seem to have any effect
\once \override BarLine.space-alist.next-note = #'(fixed-space . 1.2)

My bars section (separate from note input)
\skip 1*16/4 \once \override BarLine.space-alist.next-note = #'(fixed-space
. 1.2) \bar "||"
\skip 1*16/4 \once \override BarLine.space-alist.next-note = #'(fixed-space
. 1.2) \bar "||"
\skip 1*16/4 \once \override BarLine.space-alist.next-note = #'(fixed-space
. 1.2) \bar "||"
\skip 1*8/4 \once \override BarLine.space-alist.next-note = #'(fixed-space
. 1.2) \bar "||"

You might need to be specific about context:

\override Staff.BarLine...
          ^^^^^^

-- Aaron Hill



reply via email to

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