On Jul 1, 2011, at 5:50 PM, Han-Wen Nienhuys wrote: > >On Thu, Jun 30, ...
13 years, 9 months ago
(2011-07-16 16:34:05 UTC)
#1
On Jul 1, 2011, at 5:50 PM, Han-Wen Nienhuys wrote:
>
>On Thu, Jun 30, 2011 at 12:46 PM, mike@apollinemike.com><mike@apollinemike.com> wrote:
>can you show png examples of what you're trying to do?
>
>Honestly, I cannot allow this patch in its current design. I don't see
>a reason for an obscure feature to be touching code of note-spacing,
>stem-tremolo, stem, beam etc.
>
>If we add patches like this for every composer's favorite avant-garde
>notation, the large parts of the lilypond codebase will shortly become
>a tangle of hard to understand dependencies; code for uncommon
>notation constructs should only be added if their implementation is
>separate, modular and generic. This patch is neither.
>
>Can you try a minimal implementation first? For example,
>
>* Have a stem property that determines the end of the stem.
> Currently, we have
>
> y2 = Staff_symbol_referencer::get_position (lh);
Done in this patch.
Cheers,
MS
LGTM There is some code that adjusts for the shape of the notehead as well ...
13 years, 9 months ago
(2011-07-18 00:53:01 UTC)
#2
LGTM
There is some code that adjusts for the shape of the notehead as well (look for
calls to
Note_head::stem_attachment_coordinate). Can you have a look if you can work that
into your code too?
On 2011/07/18 00:53:01, hanwenn wrote: > LGTM > > There is some code that adjusts ...
13 years, 9 months ago
(2011-07-18 17:44:26 UTC)
#3
On 2011/07/18 00:53:01, hanwenn wrote:
> LGTM
>
> There is some code that adjusts for the shape of the notehead as well (look
for
> calls to
> Note_head::stem_attachment_coordinate). Can you have a look if you can work
that
> into your code too?
Done. New patch set uploaded.
Issue 4752048: Creates callback for stem-begin-position.
(Closed)
Created 13 years, 9 months ago by MikeSol
Modified 13 years, 9 months ago
Reviewers: hanwenn, Janek Warchol
Base URL:
Comments: 1