Issue 279: x-staff tuplets cause havoc
http://code.google.com/p/lilypond/issues/detail?id=279

New issue report by hanwenn:
Joe,

can you have a look? It seems related to recent piano-staff refactoring. 


\version "2.11.16"

\paper
{
 ragged-right = ##t
}

spacer = {
  %% remove this: broken formatting persists.
  \repeat unfold 58 R2 
}

\score
{
 \new PianoStaff
 <<
   \new Staff = "RH"
   {
     \time 2/4
     \clef treble
     \spacer
     r4 s |
     \spacer
   }
   \new Staff = "LH"
   \relative c'
   {
     \time 2/4
     \clef bass
     \spacer
     <<
       {
         \times 2/3 {
           bes8 bes
           bes
         }
         \change Staff=RH
         \times 2/3 {bes bes bes} |
       }
       \\
       {
         s4 \change Staff=LH r4 |
       }
     >>
     \spacer
   }
 >> 
}



Issue attributes:
        Status: Accepted
        Owner: hanwenn
        CC: joeneeman  
        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