[EMAIL PROTECTED] wrote:
Hi,
        According to the doc, to suppress a tuplet number and bracket
you do \override TupletNumber #'transparent = ##t
No, this should only hide the number, not the bracket.
To control the visibility of the bracket, use the bracket-visibility.
As is noted in http://lists.gnu.org/archive/html/lilypond-devel/2007-11/msg00139.html
the syntax of this property is sufficiently strange to deserve some extra
attention in the docs.

  /Mats
This works only in the absence of grace notes.

\version "2.10.10"
\score {
\context Staff \relative c'' { \override TupletNumber #'transparent = ##t
        \times 2/3 { \acciaccatura d8
                c8 b c
        }
        }
}

Without the grace note, things work as expected.  When it's there, you
see a bracket (but no number).

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.

See:http://lilypond.org/doc/v2.10/Documentation/user/lilypond/Tuplets
under `commonly tweaked properties'.

--
Dr Peter Chubb  http://www.gelato.unsw.edu.au  peterc AT gelato.unsw.edu.au
http://www.ertos.nicta.com.au           ERTOS within National ICT Australia


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

--
=============================================
        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: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to