lilypond-user
[Top][All Lists]
Advanced

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

Re: Overlap Beams in Time?


From: Jay Anderson
Subject: Re: Overlap Beams in Time?
Date: Sat, 4 Sep 2010 12:23:43 -0700

On Sat, Sep 4, 2010 at 11:53 AM, PMA <address@hidden> wrote:
> Does anybody know a way around this predicament?  I've scoured the docs and
> wiki in vain.

The prelude to bach's cello suite no.1 has something like that I
believe (http://www.mutopiaproject.org/cgibin/piece-info.cgi?id=517).
Is this what you're looking for?

\new Score \relative c
{
  \clef bass
  <<
    {
      \once \override Beam #'positions = #'(2.5 . 2.5)
      a8[ s a] s
    }
    \\
    {
      s8
      \once \override Beam #'positions = #'(-3 . -3)
      f'[ s f]
    }
  >>
}

-----Jay



reply via email to

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