Re: Web: home page: add examples/images, reduce news to headlines (issue 306350043 by paulwmor...@gmail.com)

2016-08-30 Thread Carl . D . Sorensen

I'm not comfortable with the really long, scrolling, home page.

I think we should make the home page so that it is basically a
one-screen page on a "typical" computer display, and have the full
example page be a link titled "more" or something like that.

Carl

https://codereview.appspot.com/306350043/

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: Web: home page: add examples/images, reduce news to headlines (issue 306350043 by paulwmor...@gmail.com)

2016-08-30 Thread David Kastrup
paulwmor...@gmail.com writes:

> On 2016/08/30 15:07:47, fedelogy wrote:
>
>> Paul, thanks for tackling this issue!
>
> Thanks, glad to help.  It's been on my wish list for awhile.
>
>> I'd prefer a slider of images to save vertical space and scrolling.
>> Some time ago I made a quick test of a pure CSS image slider of
> lilypond
>> examples, but never tried to apply it on texinfo and lilypond source.
>
> Hmmm, I don't mind the scrolling or use of vertical space, and I like
> how the basic page of images fits the simple aesthetic of the rest of
> the site.

There is navigation and language selection at the bottom of the page.
Having to scroll all the way down to get at it is not good when the
material in the middle is not what you are after.  If you want to have
vertical excess, this material has to be moved to a place on the top
portion.

> https://codereview.appspot.com/306350043/

-- 
David Kastrup

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: Web: home page: add examples/images, reduce news to headlines (issue 306350043 by paulwmor...@gmail.com)

2016-08-30 Thread paulwmorris

On 2016/08/30 15:07:47, fedelogy wrote:


Paul, thanks for tackling this issue!


Thanks, glad to help.  It's been on my wish list for awhile.


I'd prefer a slider of images to save vertical space and scrolling.
Some time ago I made a quick test of a pure CSS image slider of

lilypond

examples, but never tried to apply it on texinfo and lilypond source.


Hmmm, I don't mind the scrolling or use of vertical space, and I like
how
the basic page of images fits the simple aesthetic of the rest of the
site.
Would a slider work well with the various heights of the images?  Maybe
it's
something we could consider for a future revision?


I _guess_ that the problem with the @anchor tag is due to
lilypond-texi2html.init


Probably so.  Maybe @anchor is a newer feature in texinfo?

I've uploaded a patch set 2 that succeeds at a full 'make doc' and adds
a second commit:

Web: Rearrange examples/images on home page

To raise the prominence of some common use cases,
the 4 marked with an asterisk (*) below.

NEW ORDER:
Classical Music
Complex Notation
Early Music
Modern Music
* Tablature
* Vocal Music
* Popular Music
Efficient, flexible creation of performance materials
* Educational Applications
Schenker Graphs
Customized Output
Large Projects

OLD ORDER:
Classical Music
Complex Notation
Early Music
Modern Music
Efficient, flexible creation of performance materials
Tablature
Schenker Graphs
Customized Output
Vocal Music
Educational Applications
Popular Music
Large Projects

https://codereview.appspot.com/306350043/

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


PATCHES: Countdown for August 30th

2016-08-30 Thread James

Hello,

Here is the current patch countdown list. The next countdown will be on
September 2nd

A quick synopsis of all patches currently in the review process can be
found here:

http://philholmes.net/lilypond/allura/

__


Push:


4959 output-ps.scm: remove unused helper functions - David Kastrup
https://sourceforge.net/p/testlilyissues/issues/4959
http://codereview.appspot.com/309130043


Countdown:


4960 Fix micro-tones assigned to strings in TabStaff - Thomas Morley
https://sourceforge.net/p/testlilyissues/issues/4960
http://codereview.appspot.com/308230043


4958 Expand description of the engraver hooks - Trevor Daniels
https://sourceforge.net/p/testlilyissues/issues/4958
http://codereview.appspot.com/310070043


Review:


4961 Convert a bunch of C++ internals to degrees rather than radians - 
David Kastrup

https://sourceforge.net/p/testlilyissues/issues/4961
http://codereview.appspot.com/305380043


4937 [GSoC] Implement cross-voice dynamic spanners - starrynte
https://sourceforge.net/p/testlilyissues/issues/4937
http://codereview.appspot.com/304160043


New: No new Patches at this time.


Waiting


4600 Let notes/rests suppress multi-measure rest grobs - Dan Eble
https://sourceforge.net/p/testlilyissues/issues/4600
http://codereview.appspot.com/265160043



Regards

James

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel



___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: Web: home page: add examples/images, reduce news to headlines (issue 306350043 by paulwmor...@gmail.com)

2016-08-30 Thread fedelogy

On 2016/08/29 21:49:41, pwm wrote:


The images and other content from the 'Examples' page is moved to the

home page,

and the 'Examples' page is removed from the 'Introduction' section.



Paul, thanks for tackling this issue!

I'd prefer a slider of images to save vertical space and scrolling.
Some time ago I made a quick test of a pure CSS image slider of lilypond
examples, but never tried to apply it on texinfo and lilypond source.

I _guess_ that the problem with the @anchor tag is due to
lilypond-texi2html.init

https://codereview.appspot.com/306350043/

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: Convert a bunch of C++ internals to degrees rather than radians (issue 305380043 by d...@gnu.org)

2016-08-30 Thread dak

Reviewers: thomasmorley651, carl.d.sorensen_gmail.com,


https://codereview.appspot.com/305380043/diff/1/scm/lily-library.scm
File scm/lily-library.scm (right):

https://codereview.appspot.com/305380043/diff/1/scm/lily-library.scm#newcode779
scm/lily-library.scm:779: as rectangular coordinates @ode{(x-length .
y-length)}."
On 2016/08/29 22:15:39, thomasmorley651 wrote:

should be: @code


Acknowledged.

Will fix but without extra review.  I suppose if we ever decide to print
all doc strings for Scheme functions, we will have a lot of fun of this
kind to sort out.

Description:
Convert a bunch of C++ internals to degrees rather than radians

Degrees make for more "predictable" results in graphics applications
when care is taken to work as exactly as possible in the vicinity of
multiples of 45 degrees.

This provides also functions ly:length, ly:directed and ly:angle to
Scheme in order to facilitate work in degrees there.  A number of
operations relevant only to complex analysis/arithmetic rather than
vector operations are removed from the Offset type in order not to
encourage their use.


Contains commits:

Remove complex{conjugate,divide,exp}, Offset::arg

They are promoting aspects of Offset not well-suited to graphics.


Let make_partial_ellipse_boxes use degrees


Change rotations to degrees rather than radians

Or replace them with something not requiring angles altogether.


Simplify polar->rectangular


Add ly:length, ly:directed, ly:angle

Those are functions working on and/or producing coordinate pairs,
usually
based on angles expressed in degrees.


Add offset_directed (Real)

This converts an angle in degrees into a unit vector.


Make Offset::angle_degrees () deliver nicer angles

Multiples of 45 degrees should be returned exactly.

Please review this at https://codereview.appspot.com/305380043/

Affected files (+178, -63 lines):
  M flower/include/offset.hh
  M flower/offset.cc
  M lily/arpeggio.cc
  M lily/bezier.cc
  M lily/include/bezier.hh
  M lily/line-interface.cc
  M lily/lookup.cc
  M lily/slur-configuration.cc
  M lily/slur-scoring.cc
  M lily/stencil.cc
  M lily/stencil-integral.cc
  M lily/stencil-scheme.cc
  M scm/lily-library.scm



___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: Instrument equalization

2016-08-30 Thread David Kastrup
Dan Eble  writes:

>> On Aug 29, 2016, at 03:42 , David Kastrup  wrote:
>> 
>> Dan Eble  writes:
>> 
>>> the moment, I am inclined to defeat the equalizer in my Lilypond
>>> scores so that all instruments use the same mapping of dynamic to
>>> velocity, and account for the relative volume of instruments in the
>>> soundfont itself.  Any thoughts?
>> 
>> Yes.
>> 
>> It's fine to provide loadable equalizations for various sound fonts.
>> But out of the box, the mapping from instrument to Midi volume should be
>> predictable.  It's the task of the sound font and/or synthesizer to
>> properly balance comparable Midi volume settings.
>
> So you would support removing the default instrument-specific
> equalizer settings from Lilypond, while leaving the feature available
> for use.  Is that right?

Yes.  It would be a good idea to hear where the original settings came
from so that they can be provided as (part of?) a documented loadable
default with a purpose.

-- 
David Kastrup

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel