bug-lilypond
[Top][All Lists]
Advanced

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

Re: tuplets and quotation - impossible to remove bracket without removi


From: Neil Puttock
Subject: Re: tuplets and quotation - impossible to remove bracket without removing numbers
Date: Sun, 25 Jul 2010 19:32:33 +0100

On 25 July 2010 18:47, Jean-François Lucarelli
<address@hidden> wrote:

> The variable "Score.quotedCueEventTypes" permit to chose wich event will be
> shown in quotations. But it is impossible to remove separatly tuplet brakets 
> and
> tuplet numbers, at least with quarter notes and larger.

Try adding a global override for cues:

\layout {
  \context {
    \CueVoice
    \override TupletBracket #'bracket-visibility = ##f
  }
}

Cheers,
Neil



reply via email to

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