bug-lilypond
[Top][All Lists]
Advanced

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

RE: Tuplet brackets appear when I've asked them not to


From: Trevor Daniels
Subject: RE: Tuplet brackets appear when I've asked them not to
Date: Mon, 10 Mar 2008 18:01:14 -0000

Graham Percival wrote
> 
> On Mon, 03 Mar 2008 10:48:37 +1100
> address@hidden wrote:
> 
> > 
> > It'd be worth a note in the documentation, I 
> think, to say under what
> > circumstances a tuplet bracket appears, and how 
> to suppress it.
> 
> I could go with that.  Trevor?  Maybe add one 
> more example, with
> rests or something, which demonstrates 
> circumstances in which
> brackets and/or numbers either appear or don't appear.

It seems to need more than a doc change and an example.
Investigating this code uncovers a program exception 
under XP, which I have just reported.  Perhaps the docs 
should be changed to say that \acciaccatura should not 
be placed within \times brackets.  The code works fine 
when the acciaccatura is moved outside, like this:

\new Staff {
  \relative c'' {
        \override TupletNumber #'transparent = ##t
     \acciaccatura d8 \times 2/3 { c8 b c }
        }
}

Trevor D




reply via email to

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