bug-lilypond
[Top][All Lists]
Advanced

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

Re: wrong placement of tuplet bracket when crossing staves


From: Graham Percival
Subject: Re: wrong placement of tuplet bracket when crossing staves
Date: Wed, 28 Nov 2007 22:59:09 -0800
User-agent: Thunderbird 2.0.0.6 (X11/20071022)

Could you try this in 2.11.35 ? I can't see anything strange in that version (although perhaps I simply misunderstood the problem)

Cheers,
- Graham

Urs Liska wrote:
I'm not top posting.

Hello,

I find the following behaviour somewhat strange and would like to ask whether
you consider this a bug:

If tuplets cross staves in a PianoStaff - and the group ends in a different
staff - the end point of the tuplet bracket is placed wrong, as you can see from
the following example.

Thanks for any opinion - or correction.
Urs

-------------------

\version "2.10.33"

\score {
    \new PianoStaff <<
         \new Staff = "up" {
              \clef treble
         }
         \new Staff = "down" {
             \clef bass
             s2
         }
\context Staff = "up" {
              \override TupletBracket #'bracket-visibility = ##t
              \times 4/5 {
c''16[ c' \change Staff = "down"
                           c g
                               \change Staff = "up"
                               g]
              }
              \times 4/5 {
                   c''16[ c'
                            \change Staff = "down"
                            g e c]
              }
}
    >>

    \layout {}
}



_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond





reply via email to

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