bug-lilypond
[Top][All Lists]
Advanced

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

Issue 279 in project lilypond


From: codesite-noreply
Subject: Issue 279 in project lilypond
Date: Mon, 05 Feb 2007 11:05:54 -0800

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




reply via email to

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