lilypond-user
[Top][All Lists]
Advanced

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

Re: Suppressing numbers on tupelos


From: Malte Meyn
Subject: Re: Suppressing numbers on tupelos
Date: Wed, 16 Sep 2015 14:10:30 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0



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 solution:
%\omit TupletNumber
%\tuplet 3/2 { c8 d e }



reply via email to

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