On 8/1/07, Graham Percival <[EMAIL PROTECTED]> wrote: > Thanks for this report. > > Trevor, is there any special tuplet property to say "always print a > bracket?" I thought there was, but I can't see it. > > If there isn't such a property, I'll add this to the bug tracker.
Sure: it's the bracket-visibility attribute; compare below: %%% BRACKET-VISIBILITY %%% \version "2.11.27" \new RhythmicStaff { \times 2/3 { c'8 c'8 c'8 } \override TupletBracket #'bracket-visibility = ##t \times 2/3 { c'8 c'8 c'8 } } %%% END %%% I tried setting bracket-visibility = ##t in Tuukka's example but still there is no bracket under the second figure. I've always corrected this sort of thing by simply adding more spacing (usually by using proportional notation). But I think I agree that it's bug and that lily should at least print a very very small bracket in this case. > Tuukka Verho wrote: > > HI all, > > > > Lilypond 2.11.28 seems to omit the tuplet bracket if the horizontal space > > taken by the tuplet is very small. This can happen if the tuplet consists of > > an eight rest and a quarter note with the stem down. A minimal example is > > shown below. There are three very similar tuplets, the first and the last of > > which are printed correctly. The middle one, however, has a quarter note > > with > > the stem down and the bracket is missing. > > > > \version "2.11.28" > > > > % If ragged-right = ##f, the music is spaced more broadly and the bug > > % doesn't occur. > > > > \paper { > > ragged-right = ##t > > } > > > > % The bracket for the middle tuplet won't be printed > > > > \relative c' { > > \times 2/3 {r8 c4} \times 2/3 {r8 c'4} \times 2/3 {r8 c c} > > } > > > > > > Kind regards, > > Tuukka Verho > > > > > > _______________________________________________ > > bug-lilypond mailing list > > bug-lilypond@gnu.org > > http://lists.gnu.org/mailman/listinfo/bug-lilypond > > > > -- Trevor Bača [EMAIL PROTECTED]
_______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond