bug-lilypond
[Top][All Lists]
Advanced

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

Issue 369 in project lilypond


From: codesite-noreply
Subject: Issue 369 in project lilypond
Date: Mon, 04 Jun 2007 17:32:26 -0700

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




reply via email to

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