lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Not enough space between certain words


From: Jan Warchoł
Subject: Re: Not enough space between certain words
Date: Mon, 27 Dec 2010 15:15:24 +0100

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


reply via email to

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