gnu-music-discuss
[Top][All Lists]
Advanced

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

Re: problems


From: Roy . Rankin
Subject: Re: problems
Date: Fri, 13 Oct 2000 14:49:16 +1100 (EST)

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
        }

        }






reply via email to

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