>> 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.
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user