Re: Lily dances

2010-12-26 Thread Patrick McCarty
Hi Mike, On 2010-12-22, Mike Solomon wrote: > Hey all, > > I am embarking on a new project to make lily dance. > > Attached are 3 files: > > 1) svgdance.svg (best viewed in something that's not Internet > Explorer - click on the notes and/or accidentals and see what > happens!) Very cool! > 3

google code "owner"

2010-12-26 Thread Graham Percival
Hi Phil, I've added you as an "owner" to the google code project. You should now see an "Administer" panel, and be able to modify the project member list whenever we get new bug squad members. You could also go to the "people" list and fill in "duties" and "notes" if you really want to... I've v

PDF hyperlinks

2010-12-26 Thread Dan Eble
The only mention I can find of PDF hyperlinks is for the point-and-click feature. I would like to create a PDF with page references (toc/index/etc.) that jump to the page when clicked. Is that something that can be done in scheme? If so, in which file and functions should I begin? If it need

Re: fixing compiler warnings

2010-12-26 Thread David Kastrup
Werner LEMBERG writes: >> Are you certain that this is a good change: > >> +Font_metric::get_indexed_char_dimensions (size_t) const >> { >>return Box (Interval (0, 0), Interval (0, 0)); >> } > > Yes, as Han-Wen already mentioned. Derived classes must provide > something useful. If they mu

Re: fixing compiler warnings

2010-12-26 Thread Werner LEMBERG
> Are you certain that this is a good change: > +Font_metric::get_indexed_char_dimensions (size_t) const > { >return Box (Interval (0, 0), Interval (0, 0)); > } Yes, as Han-Wen already mentioned. Derived classes must provide something useful. > I have similar concerns about the argument

Re: fixing compiler warnings

2010-12-26 Thread Han-Wen Nienhuys
On Sun, Dec 26, 2010 at 5:25 PM, Graham Percival wrote: > Are you certain that this is a good change: > > I mean, the function is not returning the char dimensions of a > particular index k.  Anybody calling that function might get a > nasty surprise when they discover that the parameter does noth

fixing compiler warnings

2010-12-26 Thread Graham Percival
Hi Werner, Are you certain that this is a good change: diff --git a/lily/font-metric.cc b/lily/font-metric.cc index b2ff830..28bf90a 100644 (file) --- a/lily/font-metric.cc +++ b/lily/font-metric.cc @@ -79,7 +79,7 @@ Font_metric::count () const } Box -Font_metric::get_indexed_char_dimensions (

fixing compiler warnings

2010-12-26 Thread Graham Percival
Hi Werner, Are you certain that this is a good change: diff --git a/lily/font-metric.cc b/lily/font-metric.cc index b2ff830..28bf90a 100644 (file) --- a/lily/font-metric.cc +++ b/lily/font-metric.cc @@ -79,7 +79,7 @@ Font_metric::count () const } Box -Font_metric::get_indexed_char_dimensions (

2.13.44 regtests - initial look

2010-12-26 Thread Phil Holmes
Looks good. Main difference between .43 and .44 is the fitting of systems to the page. In particular: page-breaking-good-estimation.log: "-Fitting music on 1 or 2 pages... +Fitting music on 1 page...". Given that the description is "In particular, everything should fit on one page here" thi

Re: ubuntu lilydev remix

2010-12-26 Thread Jonathan Kulp
On Sat, Dec 25, 2010 at 10:45 PM, Graham Percival wrote: > - the contributor's guide pdf on the desktop is very old.  DO NOT >  READ THAT PDF.  (I think in the future we'll remove it; even if >  we update it now, we should still expect to be updating the CG, >  and people need an internet connecti