bug-lilypond
[Top][All Lists]
Advanced

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

Beam on wrong staff (2.11.25)


From: Jay Anderson
Subject: Beam on wrong staff (2.11.25)
Date: Thu, 31 May 2007 04:22:14 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> 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 |
  }
>>






reply via email to

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