On 16.09.2015 14:13, David Kastrup wrote:
Erich Neuwirth writes:
I am using only triplets in a score, and I would like to suppress all the 3s
next to the beams.
I probably should do somrething like
\once \override TupletNumber.text = #()
but that does not work.
What will work?
Well, the
I finally managed rot get everything the way I need ot.
Thanks.
> On 16 Sep 2015, at 14:13, David Kastrup wrote:
>
> Erich Neuwirth writes:
>
>> I am using only triplets in a score, and I would like to suppress all the 3s
>> next to the beams.
>> I probably should do somrething like
>>
>>
Erich Neuwirth writes:
> I am using only triplets in a score, and I would like to suppress all the 3s
> next to the beams.
> I probably should do somrething like
>
> \once \override TupletNumber.text = #()
>
> but that does not work.
> What will work?
Well, the question has been answered as is
Am 16.09.2015 um 13:42 schrieb Erich Neuwirth:
I am using only triplets in a score, and I would like to suppress all the 3s
next to the beams.
An alternative to Kieren’s solution: Don’t use the \tuplet command but
scaled eights.
c8*2/3 d e
% or
\scaleDurations 2/3 { c8 d e }
% Kieren’s so
Hi Erich,
> \once \override TupletNumber.text = #()
Since you used \once, that definitely wouldn’t suppress all the numbers.
In any case, the correct code is
\omit TupletNumber
or
\hide TupletNumber
if you want it to still take up space.
Hope that helps,
Kieren.
I am using only triplets in a score, and I would like to suppress all the 3s
next to the beams.
I probably should do somrething like
\once \override TupletNumber.text = #()
but that does not work.
What will work?
signature.asc
Description: Message signed with OpenPGP using GPGMail
__