Re: Suppressing numbers on tupelos

2015-09-16 Thread Simon Albrecht
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

Re: Suppressing numbers on tupelos

2015-09-16 Thread Erich Neuwirth
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 >> >>

Re: Suppressing numbers on tupelos

2015-09-16 Thread David Kastrup
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

Re: Suppressing numbers on tupelos

2015-09-16 Thread Malte Meyn
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

Re: Suppressing numbers on tupelos

2015-09-16 Thread Kieren MacMillan
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.

Suppressing numbers on tupelos

2015-09-16 Thread Erich Neuwirth
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 __