On Sat, 23 Aug 2003 22:11:05 +0200
Erik Ronstrm <[EMAIL PROTECTED]> wrote:
> I have the following music:
> \score {
>     \notes {
>         \time 3/4
>         ...
>         a'4 b' c''8 \bar ":|:" d''8
>         ...
>     }
> }
> 
> How can I avoid that the c and d are beamed together?

Stick [] around one of those notes:
         a'4 b' [c''8] \bar ":|:" d''8

It will generate a warning, but it produces the output you want.

Cheers,
- Graham


_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to