Hi,

I have additional useful information :) Please add

\revert Score.SpacingSpanner #'packed-spacing

to your "global" variable, too. You'll notice that spacing of notes
sung to word "Thee" (right before Alleluia) improves dramatically!

cheers,
Janek

2010/12/27 Jan Warchoł <lemniskata.bernoulli...@gmail.com>:
> Hi,
>
> i found something that may be helpful to you: there are some strange
> gaps in the output, for example after "because He hath" in first
> system, or inside "Alleluia"s (like in the third system). They became
> obvious when there is no lyrics (try compiling the attached code).
> I suppose they appear because barlines are still there (they are made
> invisible, but still exist). It can be solved by "switching the time
> signature off" - using cadenzas. You can add the cadenza indication in
> "global" variable:
>
> global = {
>  \key f \major
>  \cadenzaOn
>  \override Staff.TimeSignature #'stencil = ##f
>  \override Staff.BarLine #'stencil = ##f
> }
>
> (unfortunately you'll have to manually add breaks by using \bar ""
> \break in apprppriate places.)
>
> Hope that helps,
> Janek
>

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to