lilypond-user
[Top][All Lists]
Advanced

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

Re: Beaming and barlines


From: Graham Percival
Subject: Re: Beaming and barlines
Date: Sun, 24 Aug 2003 19:30:47 -0700

On Sat, 23 Aug 2003 22:11:05 +0200
Erik Ronstrm <address@hidden> 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




reply via email to

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