Re: Gets vertical skylines from grob stencils (issue 5626052)

2012-02-22 Thread janek . lilypond
Hi, sorry, Mike - i got confused and forgotten that a patchset newer than what i had is here, on Rietveld. I see that you've fixed hairpins and added skylines to accidentals, flags and beams - great! Unfortunately I've spotted some problems with DynamicSigns - they are too high (as of patchset

Lilypond SVG output

2012-02-22 Thread Felix Kugel
I am about to write a little tool which uses lilypond SVG for note display. It's amazing how accurate lilypond's SVG looks! I want to include more structural information in the SVG (note name, voice info, MIDI info, ...). Technically, i would surround the note head graphics element with g and

Re: Gets vertical skylines from grob stencils (issue 5626052)

2012-02-22 Thread Janek Warchoł
On Wed, Feb 22, 2012 at 9:04 AM, janek.lilyp...@gmail.com wrote: tota-pulchra.ly: master 0m8.400s previous skylines 0m15.649s skylines from patchset 21: 0m15.649s sorry, this should read 0m12.030s ___ lilypond-devel mailing list

Re: Gets vertical skylines from grob stencils (issue 5626052)

2012-02-22 Thread m...@apollinemike.com
Hey all, I've uploaded a first-pass attempt at implementing the suggestion that Joe talked about (using buildings directly in the skylines). This saves a lot of time in the calculation of skyline distance (time spent in Axis_group_interface::skyline_spacing can go from 2 to 0.2 seconds for

Re: LSR updates: was: polychords: a working solution

2012-02-22 Thread David Kastrup
Graham Percival gra...@percival-music.ca writes: On Tue, Feb 21, 2012 at 09:57:54PM +0100, David Kastrup wrote: Graham Percival gra...@percival-music.ca writes: oh, I see. That was actually a clean-up from 2.15.30, because the tag got lost because release/unstable didn't merge into master

Re: Google Summer of Code - Ideas List, please discuss

2012-02-22 Thread David Kastrup
Werner LEMBERG w...@gnu.org writes: Somewhat independently, there is a mf2pt1.pl Perl script that (shudder) generates .pe script to transform a metapost output to a Type 1 font. I guess that could be done more concisely directly as a python script. This sounds like a very nice addition.

Re: Gets vertical skylines from grob stencils (issue 5626052)

2012-02-22 Thread David Kastrup
m...@apollinemike.com m...@apollinemike.com writes: Hey all, I've uploaded a first-pass attempt at implementing the suggestion that Joe talked about (using buildings directly in the skylines). This saves a lot of time in the calculation of skyline distance (time spent in

Re: Gets vertical skylines from grob stencils (issue 5626052)

2012-02-22 Thread m...@apollinemike.com
On Feb 22, 2012, at 9:48 AM, David Kastrup wrote: m...@apollinemike.com m...@apollinemike.com writes: Hey all, I've uploaded a first-pass attempt at implementing the suggestion that Joe talked about (using buildings directly in the skylines). This saves a lot of time in the calculation

Re: GSoC - continue: answer to Google's question

2012-02-22 Thread David Kastrup
Graham Percival gra...@percival-music.ca writes: If the money gets to sent to the FSF as a vendor under the google checkout system, it shows up in their bank account. As a registered non-profit, they need to account for money coming in and out, otherwise it looks like they're doing money

Re: Lilypond SVG output

2012-02-22 Thread Martin Tarenskeen
On Wed, 22 Feb 2012, Felix Kugel wrote: 3) The PDF output has lots of metadata, is this documented somewhere? I think this is done by ghostscript ? I have experiemced that Evince gives lots of warning/error messages about these metadata. Don't know if Evince is wrong or the PDF files.

Re: Gets vertical skylines from grob stencils (issue 5626052)

2012-02-22 Thread Joe Neeman
On Wed, Feb 22, 2012 at 12:57 AM, m...@apollinemike.com m...@apollinemike.com wrote: On Feb 22, 2012, at 9:48 AM, David Kastrup wrote: m...@apollinemike.com m...@apollinemike.com writes: Hey all, I've uploaded a first-pass attempt at implementing the suggestion that Joe talked

Re: Gets vertical skylines from grob stencils (issue 5626052)

2012-02-22 Thread joeneeman
http://codereview.appspot.com/5626052/diff/30003/lily/skyline.cc File lily/skyline.cc (right): http://codereview.appspot.com/5626052/diff/30003/lily/skyline.cc#newcode393 lily/skyline.cc:393: Skyline::Skyline (Building b, Real start, Axis horizon_axis, Direction sky) This isn't quite what I had

Re: GSoC - continue: answer to Google's question

2012-02-22 Thread Graham Percival
On Wed, Feb 22, 2012 at 09:57:34AM +0100, David Kastrup wrote: Graham Percival gra...@percival-music.ca writes: If so, there's no problem. But I would doubt that they have such a policy -- and getting the FSF investigated due to tax evasion or something would suck. I like to be

Re: Build: Remove .PRECIOUS flags. (issue 5688059)

2012-02-22 Thread julien . rioux
On 2012/02/21 11:03:36, dak wrote: This patch removes .PRECIOUS declarations. I don't see that it adds any .SECONDARY declarations. What's up with that? The .SECONDARY flag is already in master, in the file make/stepmake.make, since the committish that I gave in the description. Every

Re: Remove Time-signature from Kievan Staff (issue 5672063)

2012-02-22 Thread aleksandr . andreev
On 2012/02/16 11:32:18, janek wrote: Looks Good To Me I think this can be pushed. http://codereview.appspot.com/5672063/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Gets vertical skylines from grob stencils (issue 5626052)

2012-02-22 Thread m...@apollinemike.com
Hey all, New patch set up w/ more reasonable compilation times. If you compile \relative c' { d e f g } with -ddebug-skylines, you'll see that the skylines are asymmetric to the left and right of objects. I'm trying to figure out why - any intuition would be appreciated! Cheers, MS

Re: GSoC - continue: answer to Google's question

2012-02-22 Thread Janek Warchoł
On Wed, Feb 22, 2012 at 12:22 PM, Graham Percival gra...@percival-music.ca wrote: On Wed, Feb 22, 2012 at 09:57:34AM +0100, David Kastrup wrote: Graham Percival gra...@percival-music.ca writes: If so, there's no problem.  But I would doubt that they have such a policy -- and getting the FSF

Re: Gets vertical skylines from grob stencils (issue 5626052)

2012-02-22 Thread m...@apollinemike.com
Sorry, please ignore the previous patch set. There's a bad typo that breaks beams. I'll post a new one when I'm sure it works 100%. Cheers, MS ___ lilypond-devel mailing list lilypond-devel@gnu.org

Re: Google Summer of Code - Ideas List, please discuss

2012-02-22 Thread Han-Wen Nienhuys
On Wed, Feb 22, 2012 at 4:42 AM, David Kastrup d...@gnu.org wrote: Somewhat independently, there is a mf2pt1.pl Perl script that (shudder) generates .pe script to transform a metapost output to a Type 1 font.  I guess that could be done more concisely directly as a python script. This sounds

Re: Remove Time-signature from Kievan Staff (issue 5672063)

2012-02-22 Thread janek . lilypond
On 2012/02/22 15:41:37, aleksandr.andreev wrote: On 2012/02/16 11:32:18, janek wrote: Looks Good To Me I think this can be pushed. Oops, i see now that the tracker issue (http://code.google.com/p/lilypond/issues/detail?id=2318) doesn't have a Patch label, and therefore isn't included in

Re: PATCH: Countdown to 20120223

2012-02-22 Thread Janek Warchoł
On Wed, Feb 22, 2012 at 3:47 AM, Colin Campbell c...@shaw.ca wrote: For 20:00 MST Thursday, February 23 [...] Please include also this: Issue 2318: kievan notation contexts should not contain time_signature_engraver - R 5672063 It didn't get any Patch label and almost slipped through the

Re: Remove Time-signature from Kievan Staff (issue 5672063)

2012-02-22 Thread David Kastrup
janek.lilyp...@gmail.com writes: I will put it on current countdown (hopefully other devs will forgive me this lawlessness) and it will be officially approved for pushing in 2 days. This means that it will _never_ get any automated checks before being pushed. Only Patch-new patches are

Re: Google Summer of Code - Ideas List, please discuss

2012-02-22 Thread Carl Sorensen
On 2/22/12 10:17 AM, Han-Wen Nienhuys hanw...@gmail.com wrote: On Wed, Feb 22, 2012 at 3:12 PM, David Kastrup d...@gnu.org wrote: Han-Wen Nienhuys hanw...@gmail.com writes: On Wed, Feb 22, 2012 at 4:42 AM, David Kastrup d...@gnu.org wrote: Somewhat independently, there is a mf2pt1.pl Perl

Re: Gets vertical skylines from grob stencils (issue 5626052)

2012-02-22 Thread David Kastrup
m...@apollinemike.com m...@apollinemike.com writes: Sorry, please ignore the previous patch set. The way to indicate that is to set the status of the issue to Patch-needs_work. This is what tells Patchy to ignore a patch set. I am doing this manually for now, but please try to remember doing

Re: Google Summer of Code - Ideas List, please discuss

2012-02-22 Thread David Kastrup
Han-Wen Nienhuys hanw...@gmail.com writes: On Wed, Feb 22, 2012 at 3:12 PM, David Kastrup d...@gnu.org wrote: Han-Wen Nienhuys hanw...@gmail.com writes: On Wed, Feb 22, 2012 at 4:42 AM, David Kastrup d...@gnu.org wrote: Somewhat independently, there is a mf2pt1.pl Perl script that (shudder)

Re: Remove Time-signature from Kievan Staff (issue 5672063)

2012-02-22 Thread Aleksandr Andreev
Oops, i see now that the tracker issue (http://code.google.com/p/lilypond/issues/detail?id=2318) doesn't have a Patch label, and therefore isn't included in our regular patch maintenance (i suppose it's because you didn't use our dedicated git-cl, see section reviews here

Re: Google Summer of Code - Ideas List, please discuss

2012-02-22 Thread Xavier Scheuer
On 22 February 2012 18:36, David Kastrup d...@gnu.org wrote: Looks like I sloppily considered Metatype and Metatype1 the same project. The download README is from 2009, and there have been a number of fonts produced using it. URL:http://ctan.org/tex-archive/fonts/utilities/metatype1 The

Re: Google Summer of Code - Ideas List, please discuss

2012-02-22 Thread Werner LEMBERG
Metatype1 is hosted on a polish server: http://www.gust.org.pl/projects/e-foundry/metatype1 At the time I did the transition to mf2pt1, I had compared the various approaches of converting METAFONT outlines to Type1 fonts. mf2pt1 appeared as the most straightforward approach, much easier than

Re: Reintroduce beaming begin rules back to solve issues?

2012-02-22 Thread Xavier Scheuer
On 20 February 2012 00:56, Carl Sorensen c_soren...@byu.edu wrote: Quoting Gould: In 3/4, any number of quavers can be beamed together[,] provided that groups in 3/4 do not give the appearance of 6/8 accentuation. a4. a8[ a a] incorrectly implies 6/8 accentuation. (Music from the Classical

Re: Remove Time-signature from Kievan Staff (issue 5672063)

2012-02-22 Thread Janek Warchoł
On Wed, Feb 22, 2012 at 6:45 PM, Aleksandr Andreev aleksandr.andr...@gmail.com wrote: Oops, i see now that the tracker issue (http://code.google.com/p/lilypond/issues/detail?id=2318) doesn't have a Patch label, and therefore isn't included in our regular patch maintenance (i suppose it's

Re: Remove Time-signature from Kievan Staff (issue 5672063)

2012-02-22 Thread Janek Warchoł
On Wed, Feb 22, 2012 at 6:17 PM, David Kastrup d...@gnu.org wrote: janek.lilyp...@gmail.com writes: I will put it on current countdown (hopefully other devs will forgive me this lawlessness) and it will be officially approved for pushing in 2 days. This means that it will _never_ get any

Re: Reintroduce beaming begin rules back to solve issues?

2012-02-22 Thread Carl Sorensen
On 2/22/12 3:33 PM, Xavier Scheuer x.sche...@gmail.com wrote: On 20 February 2012 00:56, Carl Sorensen c_soren...@byu.edu wrote: Quoting Gould: In 3/4, any number of quavers can be beamed together[,] provided that groups in 3/4 do not give the appearance of 6/8 accentuation. a4. a8[ a a]

Re: CG: add information about Regtest Checking Project (issue 5669047)

2012-02-22 Thread janek . lilypond
New patch set uploaded. On 2012/02/17 12:04:10, Graham Percival wrote: http://codereview.appspot.com/5669047/diff/5001/Documentation/contributor/regressions.itexi File Documentation/contributor/regressions.itexi (right):

Re: Reintroduce beaming begin rules back to solve issues?

2012-02-22 Thread Janek Warchoł
Carl, the only thing that i'm wondering about is why you decided to create new properties. From what i understand (please correct me if i'm wrong) beaming all six eights in 3/4 time together can be easily switched on and off using BeamExceptions. For a4. a8[ a a] vs a4. a8 a[ a] beaming, it's

Add layout changing command \layout-from for getting context defs from music (issue 5686046)

2012-02-22 Thread janek . lilypond
LGTM http://codereview.appspot.com/5686046/diff/1/ly/context-mods-init.ly File ly/context-mods-init.ly (right): http://codereview.appspot.com/5686046/diff/1/ly/context-mods-init.ly#newcode45 ly/context-mods-init.ly:45: contexts. I like this description.

Re: Reintroduce beaming begin rules back to solve issues?

2012-02-22 Thread Carl Sorensen
On 2/22/12 4:40 PM, Janek Warchoł janek.lilyp...@gmail.com wrote: Carl, the only thing that i'm wondering about is why you decided to create new properties. From what i understand (please correct me if i'm wrong) beaming all six eights in 3/4 time together can be easily switched on and off

Re: Reintroduce beaming begin rules back to solve issues?

2012-02-22 Thread Janek Warchoł
On Thu, Feb 23, 2012 at 1:37 AM, Carl Sorensen c_soren...@byu.edu wrote: On 2/22/12 4:40 PM, Janek Warchoł janek.lilyp...@gmail.com wrote: the only thing that i'm wondering about is why you decided to create new properties.  From what i understand (please correct me if i'm wrong) beaming all six

Re: Add layout changing command \layout-from for getting context defs from music (issue 5686046)

2012-02-22 Thread dak
Reviewers: janek, http://codereview.appspot.com/5686046/diff/1/ly/context-mods-init.ly File ly/context-mods-init.ly (right): http://codereview.appspot.com/5686046/diff/1/ly/context-mods-init.ly#newcode49 ly/context-mods-init.ly:49: to @code{'Voice}. On 2012/02/23 00:13:34, janek wrote: I

Re: Add layout changing command \layout-from for getting context defs from music (issue 5686046)

2012-02-22 Thread janek . lilypond
HTH, Janek http://codereview.appspot.com/5686046/diff/1/ly/context-mods-init.ly File ly/context-mods-init.ly (right): http://codereview.appspot.com/5686046/diff/1/ly/context-mods-init.ly#newcode49 ly/context-mods-init.ly:49: to @code{'Voice}. On 2012/02/23 00:53:58, dak wrote: On 2012/02/23