Re: How to omit tuplet range indicator

2015-06-05 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 venuswi...@inbox.com: Hi, Under some condition, at both sides of number attached tuplet,

RE: How to omit tuplet range indicator

2015-06-05 Thread Andrew Bernard
Dear Venus' Wink, Perl has a motto: TMTOWTDI. There's more than one way to do it! Lilypond is similar, you will find. Cheerio! Andrew From: lilypond-user-bounces+andrew.bernard=gmail@gnu.org [mailto:lilypond-user-bounces+andrew.bernard=gmail@gnu.org] On Behalf Of Venus'

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 Venus, To eliminate the bracket:

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

Getting merge-differently-headed to work

2015-06-05 Thread Knute Snortum
I have a piece that I'm working on that has a measure with four very crowded voices. I expected to have to resolve note collisions, but I'm having some problems with \shiftOn and \mergeDifferentlyHeadedOn. Here's what the measure should look like:

Re: Center note column bug

2015-06-05 Thread David Nalesnik
Hi Victor, On Fri, Jun 5, 2015 at 11:10 AM, Víctor piratabonifa...@gmail.com wrote: Hi David, I've been using your new function to center paper column of notes, however, under certain circumstances a bug appears. Thanks again for all the help, I hope this can be fixed without much

Best way to fix bad ties in simultaneous chords on two staves?

2015-06-05 Thread Ophir Lifshitz
Hi all, Here you can find my code and the output rendering here: https://gist.github.com/hftf/b7d83b58e9429dddacb0 What is the best way to fix the short ties in the lower staff and dubious tie placement in the upper staff, while keeping both staves aligned? Thanks in advance.

Re: Center note column bug

2015-06-05 Thread Víctor
Hi David, I've been using your new function to center paper column of notes, however, under certain circumstances a bug appears. Thanks again for all the help, I hope this can be fixed without much trouble. Víctor. El 31/05/15 a las 11:56, David Nalesnik escibió: Hi Victor, On Sun, May

Re: Getting merge-differently-headed to work

2015-06-05 Thread Thomas Morley
2015-06-05 20:36 GMT+02:00 Knute Snortum ksnor...@gmail.com: I have a piece that I'm working on that has a measure with four very crowded voices. I expected to have to resolve note collisions, but I'm having some problems with \shiftOn and \mergeDifferentlyHeadedOn. Here's what the measure

Re: Center note column bug

2015-06-05 Thread Víctor
Dear David: I can't thank you enough for solving this issue, you've saved my life... or at least a large amount of work-hours for me and my team. Best regards, Víctor El 05/06/15 a las 12:03, David Nalesnik escibió: Hi Victor, On Fri, Jun 5, 2015 at 11:10 AM, Víctor

Re: How to omit tuplet range indicator

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

Good news for Fedora 22 users

2015-06-05 Thread Martin Tarenskeen
Hi, I just updated fontconfig from 2.11.93 to version-2.11.94 (now in updates-testing) on Fedora 22 $ sudo dnf update --enablerepo=*testing update fontconfig* And a quick test shows Lilypond started working again :-) -- MT ___ lilypond-user

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