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

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

Re: Beam bug


From: Jan Nieuwenhuizen
Subject: Re: Beam bug
Date: 07 Dec 2000 22:39:09 +0100
User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7

Laurent Martelli <address@hidden> writes:

> [bes8 r16 f g a] typesets a beam  the rest with lily 1.3.114 like
> that: 
> 
>   _________
>   | _______
>   |   | | |
>   | % | | |
>   /   / / /
> 
> It should rather be like this:

I'm not too sure about the ``should''.  I think that Han-Wen
esp. added this default for:

    ------
    %  | |
       | |
       / /


To get

>   _________
>   |   _____
>   |   | | |
>   | % | | |
>   /   / / /

you should set the second note's stemLeftBeamCount to 1.  See:

    \header{
    texidoc="
    Beams over rests.
    ";
    }

    \score{
            \context Staff=one \notes\relative c''{
              r4 [r8 g a]
              [bes8 r16 f g a]
              [bes8 r16 \property Voice.stemLeftBeamCount = #1 f g a]

        }
        \paper{
            linewidth =-1;
        }
    }

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

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