bug-lilypond
[Top][All Lists]
Advanced

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

Re: Tuplet bracket sometimes not printed


From: Graham Percival
Subject: Re: Tuplet bracket sometimes not printed
Date: Tue, 14 Aug 2007 02:38:26 -0700
User-agent: Thunderbird 1.5.0.12 (Macintosh/20070509)

Thanks to both of you; this has been added as
http://code.google.com/p/lilypond/issues/detail?id=405

Cheers,
- Graham


Trevor Bača wrote:
On 8/1/07, Graham Percival <address@hidden> 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
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond









reply via email to

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