Re: hiding portions of slurs/ties around specific objects

2009-04-11 Thread Mark Polesky
Mark Polesky wrote: > So the command > \override Fingering #'avoid-slur = ##f > will trigger the warning only if there's actually a > fingering in the score following the command. > > Does anyone know an easier way to find which grobs > trigger this warning? Then I can incorporate it into > th

Re: hiding portions of slurs/ties around specific objects

2009-04-10 Thread Mark Polesky
One refinement I'd like to make to the macro is in this block: #(if (or ;; append to this list if you get the warning: ;; "Ignoring grob for slur: . avoid-slur not set?" (equal? $top-grob "Fingering") (equal? $top-grob "Accidental") ) 's

Re: hiding portions of slurs/ties around specific objects

2009-04-10 Thread Jonathan Kulp
M Watts wrote: Questions and comments are welcome. If anyone wants to add it to the LSR, that's fine by me. Change the function name too, if you want, I couldn't think of anything better. Very awesome! It's definitely LSR worthy. +1 Wow! Nice, Mark!! Jon -- Jonathan Kulp http:

Re: hiding portions of slurs/ties around specific objects

2009-04-09 Thread M Watts
Questions and comments are welcome. If anyone wants to add it to the LSR, that's fine by me. Change the function name too, if you want, I couldn't think of anything better. Very awesome! It's definitely LSR worthy. +1 ___ lilypond-use

Re: hiding portions of slurs/ties around specific objects

2009-04-09 Thread Patrick McCarty
On Thu, Apr 09, 2009 at 10:22:57PM -0700, Mark Polesky wrote: > Perhaps it was a coincidence that both Kieren > and Maestraccio requested slur-hiding solutions > recently: > > http://lists.gnu.org/archive/html/bug-lilypond/2009-03/msg00106.html > http://lists.gnu.org/archive/html/lilypond-user/200

hiding portions of slurs/ties around specific objects

2009-04-09 Thread Mark Polesky
Perhaps it was a coincidence that both Kieren and Maestraccio requested slur-hiding solutions recently: http://lists.gnu.org/archive/html/bug-lilypond/2009-03/msg00106.html http://lists.gnu.org/archive/html/lilypond-user/2009-04/msg00153.html I tried to solve both individually, but then realized