lilypond-user
[Top][All Lists]
Advanced

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

Re: How to omit tuplet range indicator


From: Venus' Wink
Subject: Re: How to omit tuplet range indicator
Date: Fri, 5 Jun 2015 00:11:16 -0800

Hi all,

I'm surprized how many way to realize it.

Thanks a lot
Venus' Wink

> -----Original Message-----
> From: address@hidden
> Sent: Thu, 4 Jun 2015 20:45:42 -0700
> To: address@hidden, address@hidden
> Subject: RE: How to omit tuplet range indicator
>
> Venus,
>
> To eliminate the bracket:
> \override TupletBracket #'bracket-visibility = ##f
>
> To eliminate the number:
> \override TupletNumber #'stencil = ##f
>
> Mark
>

-----Original Message-----
From: address@hidden
Sent: Fri, 5 Jun 2015 08:54:41 +0200
To: address@hidden
Subject: Re: How to omit tuplet range indicator

Hi VW,

Try:

\version "2.18.2"
\relative c' {
    \omit TupletBracket
    c8 \tuplet 3/2 { d16 e f }
%% possibly:
    \undo\omit TupletBracket
}



Cheers,
Pierre

2015-06-05 2:47 GMT+02:00 Venus' Wink <address@hidden>:
Hi,

Under some condition, at both sides of number attached tuplet,
letter-L-like lines are put to indicate the range of the tuplet,
you know.

How could I omit them?

For example:

\version "2.18.2"
\relative c' {

    c8 \tuplet 3/2 {d16 e f}
}

yields output.png of the attachments.

I would like to get purpose.png.

Thanks
Venus' Wink

____________________________________________________________
FREE 3D EARTH SCREENSAVER - Watch the Earth right on your desktop!
Check it out at http://www.inbox.com/earth

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user



Can't remember your password? Do you need a strong and secure password? Use Password manager! It stores your passwords & protects your account.

reply via email to

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