Laurent Martelli <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org


_______________________________________________
Gnu-music-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/gnu-music-discuss

Reply via email to