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
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
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:
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
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
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