bug-lilypond
[Top][All Lists]
Advanced

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

Tuplet brackets appear when I've asked them not to


From: lily
Subject: Tuplet brackets appear when I've asked them not to
Date: Mon, 03 Mar 2008 10:48:37 +1100
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.7 MULE XEmacs/21.4 (patch 20) (Double Solitaire) (i486-linux-gnu)

Hi,
        According to the doc, to suppress a tuplet number and bracket
you do \override TupletNumber #'transparent = ##t

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




reply via email to

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