Semantics of X-offset Y-offset

2013-04-15 Thread Richard Shann
The values for X-offset Y-offset when applied to the trill sign or the coda sign refer to different places on the glyph. For the trill it refers to the bottom right and for the coda the center right. (I have found this by trial-and-error). This causes a problem for dragging these signs on the

Re: busy developer's summary 7: stable or not stable? that is the question

2013-04-15 Thread Janek Warchoł
update 2013/4/15 Janek Warchoł janek.lilyp...@gmail.com: And here are the problematic issues: [..] Allow slurs to break at barlines - previously pushed patch was found out to be defective, and may get reverted. http://code.google.com/p/lilypond/issues/detail?id=1698 Mike reverted the commit

Re: Semantics of X-offset Y-offset

2013-04-15 Thread Janek Warchoł
Hi, 2013/4/15 Richard Shann richard.sh...@virgin.net: Question: where in the LilyPond source tree is the information about where the origin of the glyph is with respect to the center of the bounding rectangle of the glyph? Any help is much appreciated. Interesting coincidence. See

Re: Woodwind diagrams (issue 1425041)

2013-04-15 Thread dak
https://codereview.appspot.com/1425041/diff/12001/ps/music-drawing-routines.ps File ps/music-drawing-routines.ps (right): https://codereview.appspot.com/1425041/diff/12001/ps/music-drawing-routines.ps#newcode196 ps/music-drawing-routines.ps:196: +% Note that filled is not boolean to permit for

Re: Woodwind diagrams (issue 1425041)

2013-04-15 Thread m...@mikesolomon.org
On 15 avr. 2013, at 15:38, d...@gnu.org wrote: https://codereview.appspot.com/1425041/diff/12001/ps/music-drawing-routines.ps File ps/music-drawing-routines.ps (right): https://codereview.appspot.com/1425041/diff/12001/ps/music-drawing-routines.ps#newcode196

Re: Semantics of X-offset Y-offset

2013-04-15 Thread Richard Shann
On Mon, 2013-04-15 at 10:38 +0200, Janek Warchoł wrote: Hi, 2013/4/15 Richard Shann richard.sh...@virgin.net: Question: where in the LilyPond source tree is the information about where the origin of the glyph is with respect to the center of the bounding rectangle of the glyph? Any

Re: Semantics of X-offset Y-offset

2013-04-15 Thread Janek Warchoł
Hi, 2013/4/15 Richard Shann richard.sh...@virgin.net: On Mon, 2013-04-15 at 10:38 +0200, Janek Warchoł wrote: Hi, 2013/4/15 Richard Shann richard.sh...@virgin.net: Question: where in the LilyPond source tree is the information about where the origin of the glyph is with respect to the

Re: Semantics of X-offset Y-offset

2013-04-15 Thread Richard Shann
On Mon, 2013-04-15 at 17:25 +0200, Janek Warchoł wrote: Hi, [...] and the user can click on them to achieve accurate positioning - more accurate than clicking in the middle of the object. Sounds like a good idea. I have tested this using \new Staff \with { \printRefpoint ##f

Re: Semantics of X-offset Y-offset

2013-04-15 Thread Janek Warchoł
2013/4/15 Richard Shann richard.sh...@virgin.net: On Mon, 2013-04-15 at 17:25 +0200, Janek Warchoł wrote: Looks like using \layout { \context { \Score \printRefpoint ##f #'all-grobs } } inserts refpoint dots for all grobs in a Score. Yes, thanks, that worked