lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Re: Duration dots and Bar lines on custom Staves.


From: Neil Puttock
Subject: Re: [PATCH] Re: Duration dots and Bar lines on custom Staves.
Date: Mon, 11 Aug 2008 19:49:10 +0100

2008/8/11 Joe Neeman <address@hidden>:
> On Sun, 2008-08-10 at 21:03 -0300, Han-Wen Nienhuys wrote:
>> It was my idea to have all the real code in the staff-symbol file, and
>> have staff-symbol-referencer just be a wrapper, ie.
>
> Makes sense to me. We'll end up with a smaller patch this way, too.

OK, how about this?

bool
Staff_symbol_referencer::on_line (Grob *me, int pos)
{
  Grob *st = get_staff_symbol (me);
  return st
    ? Staff_symbol::on_line (st, pos)
    : Staff_symbol::on_line (me, pos);
}

Regards,
Neil




reply via email to

[Prev in Thread] Current Thread [Next in Thread]