On 1/7/07, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote:
Joe Neeman escreveu:
> One other solution would be to handle the accidental case explicitly
> in pure-stencil-height but if there are other grobs that require
> exceptional handling like this then it will get messy.
>
>
> Any fi
Joe Neeman escreveu:
> One other solution would be to handle the accidental case explicitly
> in pure-stencil-height but if there are other grobs that require
> exceptional handling like this then it will get messy.
>
>
> Any final word on this?
isn't it easiest to make a Accidenta
On 1/2/07, Joe Neeman <[EMAIL PROTECTED]> wrote:
On 1/2/07, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote:
> Joe Neeman escreveu:
>
>
>
> > diff --git a/lily/grob.cc b/lily/grob.cc
> > index 139a387..91f8ce5 100644
> > --- a/lily/grob.cc
> > +++ b/lily/grob.cc
> > @@ -420,11 +420,21 @@ Grob::exten
On 1/2/07, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote:
Joe Neeman escreveu:
> diff --git a/lily/grob.cc b/lily/grob.cc
> index 139a387..91f8ce5 100644
> --- a/lily/grob.cc
> +++ b/lily/grob.cc
> @@ -420,11 +420,21 @@ Grob::extent (Grob *refp, Axis a) const
> Interval
> Grob::pure_height (Gr
Joe Neeman escreveu:
> diff --git a/lily/grob.cc b/lily/grob.cc
> index 139a387..91f8ce5 100644
> --- a/lily/grob.cc
> +++ b/lily/grob.cc
> @@ -420,11 +420,21 @@ Grob::extent (Grob *refp, Axis a) const
> Interval
> Grob::pure_height (Grob *refp, int start, int end)
> {
> - SCM proc = get_pro
On 12/29/06, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote:
Joe Neeman escreveu:
> OK, but accidental pure-height is important, so we can't just remove it
> from the list, we need a pure-height callback. The actual print callback
> is safe, right? So I can make a callback that checks whether there
Joe Neeman escreveu:
> OK, but accidental pure-height is important, so we can't just remove it
> from the list, we need a pure-height callback. The actual print callback
> is safe, right? So I can make a callback that checks whether there is a
> tie and whether it is in the middle of the line and r
On 12/28/06, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote:
Hi,
(define pure-print-callbacks
(list
ly:bar-line::print
ly:note-head::print
ly:accidental-interface::print
ly:dots::print
ly:clef::print
ly:text-interface::print
ly:script-interface::print))
I'm not sure if th
Hi,
(define pure-print-callbacks
(list
ly:bar-line::print
ly:note-head::print
ly:accidental-interface::print
ly:dots::print
ly:clef::print
ly:text-interface::print
ly:script-interface::print))
I'm not sure if this appropriate: the accidental does a suicide() in
case it i