Issue 369: \change Staff=foo  affects beam too early
http://code.google.com/p/lilypond/issues/detail?id=369

New issue report by gpermus:
% the \change Staff=RH moves the final beam in the first bar from
% the LH (where the notes are) into the RH.


\version "2.11.24"
\paper{ragged-right=##t}

\new PianoStaff <<
  \new Staff="RH" {
    \new Voice \relative c' {
      \change Staff=LH aes8( aes aes aes aes aes aes aes) |
      \change Staff=RH
    }
  }
  \new Staff="LH"
  {
    \clef bass
    s1 |
  }
>>

Attachments:
        foo.preview.png  3.3 KB 


Issue attributes:
        Status: Accepted
        Owner: gpermus
        Labels: Type-Defect Priority-Medium

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to