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: Wed, 13 Dec 2017 13:54:11 +0300

> \version "2.18.2"
> \score {
>   \new StaffGroup <<
>     \new Staff {
>       \relative c' {
>         c d e f
>         \once \override Score.BarLine.space-alist.next-note = #'(fixed-space 
> . 4)
>         c d e f
>         \once \override Score.BarLine.space-alist.next-note = #'(fixed-space 
> . 7)
>         c d e f
>         \once \override Score.BarLine.space-alist.next-note = #'(fixed-space 
> . 2) c d e f }
>       \addlyrics {
>         a bb cc dd
>         aaa bb cc dd
>         aaaaaaaa 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 }
>     }
>   >>
> }
>
I like it. This is what I need. Thank you, David! Thanks to all the 
participants!



reply via email to

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