lilypond-user
[Top][All Lists]
Advanced

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

Re: Extra space at the beginning of the bar


From: Kieren MacMillan
Subject: Re: Extra space at the beginning of the bar
Date: Sun, 25 Mar 2018 11:58:41 -0400

Hi Patrick,

>> \score {
>> \repeat unfold 12 { c'4 }
>> \layout {
>>   \context {
>>     \Score
>>     \override BarLine.space-alist.first-note = #'(fixed-space . 12)
>>     \override BarLine.space-alist.next-note = #'(semi-fixed-space . 12.5)
>>   }
>> }
>> }
> 
> I don’t understand your first method.  Why doesn’t the first measure have any 
> extra space?  To me, the score looks identical whether I include your first 
> override or not; it doesn’t seem to do anything.  It must be because there’s 
> not a bar line before the first measure.

Correct! The tweak adjusted a BarLine property, and thus doesn’t affect the 
first measure.

Best,
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: address@hidden




reply via email to

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