bug-lilypond
[Top][All Lists]
Advanced

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

Issue 282 in project lilypond


From: codesite-noreply
Subject: Issue 282 in project lilypond
Date: Tue, 06 Feb 2007 14:22:07 -0800

Issue 282: tuplet bracket printed over the wrong staff
http://code.google.com/p/lilypond/issues/detail?id=282

New issue report by gpermus:
% the tuplet bracket for the bottom staff is printed over the top staff,
% but the tuplet number is printed correctly over the bottom staff.
 
\version "2.11.15"
\paper { ragged-right = ##t }

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

Attachments:
        foo.preview.png  5.7 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]