Comment #45 on issue 3831 by [email protected]: Patch: Improve positioning of tuplet numbers for kneed beams.
http://code.google.com/p/lilypond/issues/detail?id=3831

The patch doesn't work when beam position is controlled manually:

upper = {
\clef treble \override Beam.auto-knee-gap = #1 \tuplet 6/4 { a'16 g'16 \change Staff = "lower" a16 g16 f16 e16 } \override Beam #'positions = #'(-4.5 . -5.5) \tuplet 6/4 { \change Staff = "upper" a'16 g'16 \change Staff = "lower" a16 g16 f16 e16 }
}

lower = {
  \clef bass s2
}

\score {
  \new PianoStaff <<
    \new Staff = "upper" \upper
    \new Staff = "lower" \lower
  >>
}


Attachments:
        rr.png  26.6 KB

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to