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

Attachment: strange gaps.ly
Description: Binary data

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

Reply via email to