Jonathan Kulp wrote:


I suspect it's because the r8 e4 example is too narrow. It is the
narrowest of all these examples, so there is probably not enough room
for the tuplet bracket. I'd suggest that the best solution in this case
would be to widen the tuplet bracket rather than suppressing it.

Joe


I think you're right, Joe. Kieren's suggestion on the other thread "spacer notes question" helps here, too. Adding a little X extent fixes the problem:

\times 2/3{ r8 \once \override Stem #'X-extent = #'(-1 . 2) e4 }

A cleaner solution is to directly specify the minimum length
of the tuplet brackets, which prevents them from getting so
short that they are not printed:
\override TupletBracket #'springs-and-rods = #ly:spanner::set-spacing-rods
\override TupletBracket #'minimum-length = #3

  /Mats

Thanks!

Jon



--
=============================================
        Mats Bengtsson
        Signal Processing
        School of Electrical Engineering
        Royal Institute of Technology (KTH)
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: mats.bengts...@ee.kth.se
        WWW: http://www.s3.kth.se/~mabe
=============================================



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to