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: Mats Bengtsson
Subject: Re: Tuplet brackets appear when I've asked them not to
Date: Mon, 03 Mar 2008 09:35:58 +0100
User-agent: Thunderbird 2.0.0.5 (X11/20070716)



address@hidden 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
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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