On 11 Oct, David Ondreka wrote:
>>
> 1. Roy Rankin recently posted a mail that hara-kiri engraving for
> LyricsVoice now works. Unfortunately this is not true in the case
> of this example. There's still additional space between the first
> system (with one ChoirStaff) and the second system (with two
> ChoirStaffs). On the other hand, the hara-kiri engraving *does*
> work if the \context ChoirStaff ... \context Staff ... is replaced
> by \context Staff only.
>
To eliminate the extra space I had to add
LyricVoiceMinimumVerticalExtent = ##f
as shown below.
\paper {
\translator
{
\HaraKiriStaffContext
beamAutoEnd = #(make-moment 1 8)
beamAutoEnd_16 = #(make-moment 1 8)
}
\translator
{
\LyricsVoiceContext
LyricVoiceMinimumVerticalExtent = ##f
}
}
_______________________________________________
Gnu-music-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/gnu-music-discuss