bug-lilypond
[Top][All Lists]
Advanced

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

Re: Beam on wrong staff (2.11.25)


From: Graham Percival
Subject: Re: Beam on wrong staff (2.11.25)
Date: Mon, 04 Jun 2007 17:34:06 -0700
User-agent: Thunderbird 1.5.0.12 (Macintosh/20070509)

Thanks, added as
http://code.google.com/p/lilypond/issues/detail?id=369

Cheers,
- Graham


Jay Anderson wrote:
I am not top-posting (for some reason gmane thinks I'm doing that here)

In the first two measures of the following excerpt the beam ends up on the wrong
staff.
- When I take the slurs out it looks fine.
- It seems that the problem is the staff change that follows. This line by
itself causes the problem: \change Staff=LH aes8( aes aes aes aes aes) | \change
Staff=RH
- A workaround is to do each section with the staff change in its own voice.

Thanks!

-----Jay

\version "2.11.25"

\new PianoStaff
<<
  \new Staff="RH"
  {
    \new Voice \relative c'
    {
      \time 3/4
      \change Staff=LH aes8( aes aes aes aes aes) |
      \change Staff=RH aes8( aes aes aes aes aes) |
      \change Staff=LH aes8( aes aes aes aes aes) |
    }
  }
  \new Staff="LH"
  {
    \clef bass
    s2.*3 |
  }




_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond






reply via email to

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