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 14:04:44 -0800

Hi all,

Question:
> lines to indicate the range of the tuplet ...
> How could I omit them?

Answer:
\hide TupletBracket

or
\override TupletBracket #'bracket-visibility = ##f
http://lsr.di.unimi.it/LSR/Item?id=337

or
[\once] \omit TupletBracket

Thanks
Venus' Wink

> -----Original Message-----
> From: address@hidden
> Sent: Fri, 5 Jun 2015 07:20:42 -0400
> To: address@hidden
> Subject: Re: How to omit tuplet range indicator
> 
> Hello,
> 
>> Under some condition, at both sides of number attached tuplet,
>> letter-L-like lines are put to indicate the range of the tuplet,
>> How could I omit them?
> 
> \omit TupletBracket
> 
> ;)
> 
> You can also add \once, if you want to hide only one bracket (i.e., the
> one which starts on the musical moment immediately following the
> command):
> 
> \version "2.18.2"
> 
> \relative c' {
>   c8 \tuplet 3/2 { d16 e f }
>   c8 \tuplet 3/2 { d16 e f }
> }
> 
> \relative c' {
>   c8 \once \omit TupletBracket \tuplet 3/2 { d16 e f }
>   c8 \tuplet 3/2 { d16 e f }
> }
> 
> \relative c' {
>   \omit TupletBracket
>   c8 \tuplet 3/2 { d16 e f }
>   c8 \tuplet 3/2 { d16 e f }
> }
> 
> Hope this helps!
> Kieren.
> 
> ________________________________
> 
> Kieren MacMillan, composer
> ‣ website: www.kierenmacmillan.info
> ‣ email: address@hidden

____________________________________________________________
FREE 3D MARINE AQUARIUM SCREENSAVER - Watch dolphins, sharks & orcas on your 
desktop!
Check it out at http://www.inbox.com/marineaquarium





reply via email to

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