lilypond-user
[Top][All Lists]
Advanced

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

Re: Question about the horizontal spacing


From: Ben
Subject: Re: Question about the horizontal spacing
Date: Mon, 11 Dec 2017 16:23:30 -0500
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0


It works well only without lyrics. With lyrics it works not well (see attachment).
 
\version "2.18.2"
\score { 
\new StaffGroup
<<
<<
\new Staff {
\relative c' {
\override Staff.BarLine.space-alist.next-note = #'(fixed-space . 3)
c d e f c d e f c d e f c d e f }
\addlyrics {
a bb cc dd
aa bb cc dd
aaaa bb cc dd
a bb cc dd
}
} ...........

Hi,

I see what you mean but couldn't you just change it to Score.BarLine then? It seems to work here, no? :)
(attached)

--> \override Score.BarLine.space-alist.next-note = #'(fixed-space . 5)

\version "2.18.2"
\score {
\new StaffGroup
<<
<<
\new Staff {
\relative c' {
\override Score.BarLine.space-alist.next-note = #'(fixed-space . 5)
c d e f c d e f c d e f c d e f }
\addlyrics {
a bb cc dd
aa bb cc dd
aaaa bb cc dd
a bb cc dd
}
}
>>
\new Staff {
\relative c' { c d e f c d e f c d e f c d e f }
}
>>
}

Attachment: score lyrics.png
Description: PNG image


reply via email to

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