Re: How to omit tuplet range indicator

2015-06-05 Thread Kieren MacMillan
Hi Venus, > \hide TupletBracket > or > [\once] \omit TupletBracket Note that these do two different things, though it may be hard to tell… \hide makes the bracket transparent, so that it cannot be seen but still affects [horizontal and vertical] spacing if there are collisions. \omit removes the

Re: How to omit tuplet range indicator

2015-06-05 Thread Venus' Wink
---Original Message- > From: kieren_macmil...@sympatico.ca > Sent: Fri, 5 Jun 2015 07:20:42 -0400 > To: venuswi...@inbox.com > Subject: Re: How to omit tuplet range indicator > > Hello, > >> Under some condition, at both sides of number attached tuplet, >> letter-L-li

Re: How to omit tuplet range indicator

2015-06-05 Thread Kieren MacMillan
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 mom

Re: How to omit tuplet range indicator

2015-06-05 Thread Noeck
The answer was already given, I just want to point out how close the answer is to the question: Question: > lines to indicate the range of the tuplet ... > How could I omit them? Answer: \omit TupletBracket Cheers, Joram ___ lilypond-user mailing list

RE: How to omit tuplet range indicator

2015-06-05 Thread Andrew Bernard
f Of Venus' Wink Sent: Friday, 5 June 2015 6:11 PM To: lilypond-user Subject: Re: How to omit tuplet range indicator I'm surprized how many way to realize it. Thanks a lot Venus' Wink ___ lilypond-user mailing list lilypond-user@gnu.

Re: How to omit tuplet range indicator

2015-06-05 Thread Venus' Wink
Hi all,I'm surprized how many way to realize it.Thanks a lotVenus' Wink> -Original Message-> From: carsonm...@ca.rr.com> Sent: Thu, 4 Jun 2015 20:45:42 -0700> To: venuswi...@inbox.com, lilypond-user@gnu.org> Subject: RE: How to omit tuplet range indicator>

Re: How to omit tuplet range indicator

2015-06-04 Thread Pierre Perol-Schneider
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 : > Hi, > > Under some condition, at both sides of number attached tuplet, > letter-L-like lines

RE: How to omit tuplet range indicator

2015-06-04 Thread Mark Stephen Mrotek
mark=ca.rr@gnu.org] On Behalf Of Venus' Wink Sent: Thursday, June 04, 2015 5:47 PM To: lilypond-user Subject: How to omit tuplet range indicator 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

Re: How to omit tuplet range indicator

2015-06-04 Thread Venus' Wink
Hi Ralph,Thanks for your kind information.I'm sorry but your link hasn't seemed to lead to user list in my native.As for me, up to now many questions of mine have been even solved enough by kind English readers.Thanks againVenus' Wink-Original Message-From: palmer.r.vio...@gmail.comSen

Re: How to omit tuplet range indicator

2015-06-04 Thread Venus' Wink
Hi all,These are OK.Thanks a lot.Venus' Wink> -Original Message-> From: andrew.bern...@gmail.com> Sent: Fri, 5 Jun 2015 11:12:23 +1000> To: venuswi...@inbox.com> Subject: RE: How to omit tuplet range indicator> > Hi,> > \hide TupletBracket> >

Re: How to omit tuplet range indicator

2015-06-04 Thread Ralph Palmer
On Thu, Jun 4, 2015 at 8:47 PM, Venus' Wink wrote: > 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

How to omit tuplet range indicator

2015-06-04 Thread Venus' Wink
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