Re: How are stems created?

2013-08-17 Thread Janek Warchoł
2013/8/17 Phil Holmes : > - Original Message - From: "Janek Warchoł" > I'm not sure what you mean. > Maybe i didn't make myself clear? Here's what i'd like to do: > X-offset of a Stem is currently calculated by a function > Stem::offset_callback (from stem.cc). I suppose that it would be

Re: How are stems created?

2013-08-17 Thread Phil Holmes
- Original Message - From: "Janek Warchoł" To: "Phil Holmes" Cc: "Devel" Sent: Friday, August 16, 2013 10:32 PM Subject: Re: How are stems created? Hi Phil, 2013/8/14 Phil Holmes : - Original Message - From: "Janek Warchoł" I

Re: How are stems created?

2013-08-16 Thread Janek Warchoł
Hi Phil, 2013/8/14 Phil Holmes : > - Original Message - From: "Janek Warchoł" >> I'd like to change stem and flag code so that stems, flags and >> noteheads are attached to each other using generic functions from >> Self_alignment_interface instead of their own funcitons (if that's >> poss

Re: How are stems created?

2013-08-14 Thread Phil Holmes
- Original Message - From: "Janek Warchoł" To: "Phil Holmes" Cc: "Devel" Sent: Wednesday, August 14, 2013 6:20 PM Subject: Re: How are stems created? Hi Phil, 2013/8/14 Phil Holmes : - Original Message - From: "Janek Warchol" Are y

Re: How are stems created?

2013-08-14 Thread Janek Warchoł
Hi Phil, 2013/8/14 Phil Holmes : > - Original Message - From: "Janek Warchol" >> Are you still working on this? I was looking at this area of the code >> with my alignment work >> (http://code.google.com/p/lilypond/issues/detail?id=3239 and others, >> which are the foundation for actually

Re: How are stems created?

2013-08-14 Thread Phil Holmes
- Original Message - From: "Janek Warchol" To: "Phil Holmes" Cc: "Devel" Sent: Wednesday, August 14, 2013 1:09 PM Subject: Re: How are stems created? Hi Phil, 2013/7/30 Phil Holmes : I've been experimenting with alternative algorithms to

Re: How are stems created?

2013-08-14 Thread Janek Warchoł
Hi Phil, 2013/7/30 Phil Holmes : > I've been experimenting with alternative algorithms to create the flags used > in mensural notation (see > http://code.google.com/p/lilypond/issues/detail?id=3105), and part of the > problem appears to be that the stems aren't attached symmetrically to the > note

Re: How are stems created?

2013-07-30 Thread Jan Nieuwenhuizen
Phil Holmes writes: > Could someone who understands this part > of LilyPond explain how and where stems are added to noteheads (and, > for completeness, flags are attached to stems)? In lily/stem.cc:Stem::offset_callback, there is attach = Note_head::stem_attachment_coordinate (f, X_AXIS

How are stems created?

2013-07-30 Thread Phil Holmes
I've been experimenting with alternative algorithms to create the flags used in mensural notation (see http://code.google.com/p/lilypond/issues/detail?id=3105), and part of the problem appears to be that the stems aren't attached symmetrically to the notehead. I'm not sure whether this is deli