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: Rus
Subject: Re: Question about the horizontal spacing
Date: Tue, 12 Dec 2017 02:22:23 +0300

>>  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 }
> }
>  >>
> }
> 
It works well with "5" \override Score.BarLine.space-alist.next-note = 
#'(fixed-space . 5), but I don't need much. I need 2, 3, or less. With 2 or 3 
it doesn't work.



reply via email to

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