lilypond-user
[Top][All Lists]
Advanced

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

Re: #'space-alist


From: Nick Payne
Subject: Re: #'space-alist
Date: Sun, 23 Dec 2012 11:29:26 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0

On 23/12/12 07:59, Daniel Rosen wrote:
In the following example, I'd like to have a little more space between the 
tenor clef and the BarLine immediately preceding it. I'm pretty sure this will 
entail modifying a #'space-alist property, but I can't figure out whether it 
should be BarLine #'space-alist or Clef #'space-alist, or which value within 
the alist to change, or whether I need to specify a context (e.g. Score.[grob] 
#'space-alist). How does this work?

\version "2.16.1"
{
   c''1
   \override Score.BreakAlignment #'break-align-orders = #(make-vector 3 
'(span-bar
                                                                           
breathing-sign
                                                                           
staff-bar
                                                                           clef
                                                                           key
                                                                           
time-signature))
   \clef "tenor"
   c'1
}

Add

\once \override Staff.BarLine #'space-alist #'clef = #'(minimum-space . 2)

immediately before \clef "tenor".

Nick



reply via email to

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