Re: Is gcc able to handle anonymous functions?

2012-07-05 Thread Joe Neeman
On Thu, Jul 5, 2012 at 12:37 AM, m...@apollinemike.com m...@apollinemike.com wrote: On 4 juil. 2012, at 20:10, Marc Hohl wrote: Am 04.07.2012 13:29, schrieb David Kastrup: Marc Hohl m...@hohlart.de writes: Hello list, the topic is somewhat over my head, but perhaps someone with

Re: Is gcc able to handle anonymous functions?

2012-07-05 Thread Marc Hohl
Am 05.07.2012 08:14, schrieb Joe Neeman: On Thu, Jul 5, 2012 at 12:37 AM, m...@apollinemike.com mailto:m...@apollinemike.com m...@apollinemike.com mailto:m...@apollinemike.com wrote: On 4 juil. 2012, at 20:10, Marc Hohl wrote: Am 04.07.2012 13:29, schrieb David Kastrup: Marc

Re: Is gcc able to handle anonymous functions?

2012-07-05 Thread m...@apollinemike.com
On 5 juil. 2012, at 08:14, Joe Neeman wrote: On Thu, Jul 5, 2012 at 12:37 AM, m...@apollinemike.com m...@apollinemike.com wrote: On 4 juil. 2012, at 20:10, Marc Hohl wrote: Am 04.07.2012 13:29, schrieb David Kastrup: Marc Hohl m...@hohlart.de writes: Hello list, the topic is

Re: GOP-PROP 2-1: LilyPond is part of GNU

2012-07-05 Thread Joseph Rushton Wakeling
On 05/07/12 01:27, Graham Percival wrote: Thanks for checking! I'm following up on ripple and NW2LY Re NW2LY, I think you'll be OK if NW2LY itself is free software (but it didn't seem so to me?) and it is referred to as a solution to help users extract their music from a proprietary

Tuning TrillSpanners and slurs - enhancement request?

2012-07-05 Thread Ian Hulin
LilyPond version is 2.15.41. Currently the recommended and documented way of tuning \trill interactions with a slur or script is in NR 1.3.1 using the TextScript and Script script-priority property: \relative c''' { \once \override TextScript #'script-priority = #-100 a2^\prall^\markup {

Re: Doc: document \on-the-fly (2579) (issue 6347062)

2012-07-05 Thread thomasmorley65
http://codereview.appspot.com/6347062/diff/1/Documentation/notation/input.itely File Documentation/notation/input.itely (right): http://codereview.appspot.com/6347062/diff/1/Documentation/notation/input.itely#newcode1018 Documentation/notation/input.itely:1018: @item not-first-page @tab

Re: why don't align to x-extent of a Paper_column?

2012-07-05 Thread Han-Wen Nienhuys
On Wed, Jul 4, 2012 at 2:34 PM, Janek Warchoł janek.lilyp...@gmail.com wrote: Hi, as i'm working with grob alignment, i've stumbled upon if (Paper_column::has_interface (him)) return scm_from_double (0.0); in Self_alignment_interface::aligned_on_parent - I'm not sure what is its

Re: tunefl and other web services

2012-07-05 Thread Han-Wen Nienhuys
On Wed, Jul 4, 2012 at 8:04 PM, Graham Percival gra...@percival-music.ca wrote: On Wed, Jul 04, 2012 at 11:29:28AM +0200, Jan Nieuwenhuizen wrote: Do we know about http://tunefl.com ? Also, should we be mentioning commercial services like scorio.com on our website? Commercial services are

Re: tunefl and other web services

2012-07-05 Thread Graham Percival
On Thu, Jul 05, 2012 at 10:11:09AM -0300, Han-Wen Nienhuys wrote: On Wed, Jul 4, 2012 at 8:04 PM, Graham Percival gra...@percival-music.ca wrote: Commercial services are ok, but non-Free software is not. The GNU coding standards are quite clear on this: A GNU program should not

Re: tunefl and other web services

2012-07-05 Thread David Kastrup
Graham Percival gra...@percival-music.ca writes: On Thu, Jul 05, 2012 at 10:11:09AM -0300, Han-Wen Nienhuys wrote: On Wed, Jul 4, 2012 at 8:04 PM, Graham Percival gra...@percival-music.ca wrote: Commercial services are ok, but non-Free software is not. The GNU coding standards are quite

Re: why don't align to x-extent of a Paper_column?

2012-07-05 Thread Janek Warchoł
On Thu, Jul 5, 2012 at 3:07 PM, Han-Wen Nienhuys hanw...@gmail.com wrote: On Wed, Jul 4, 2012 at 2:34 PM, Janek Warchoł janek.lilyp...@gmail.com wrote: Hi, as i'm working with grob alignment, i've stumbled upon if (Paper_column::has_interface (him)) return scm_from_double (0.0); in

Re: tunefl and other web services

2012-07-05 Thread Graham Percival
On Thu, Jul 05, 2012 at 03:57:00PM +0200, David Kastrup wrote: Graham Percival gra...@percival-music.ca writes: A GNU program should not recommend, promote, or grant legitimacy to the use of any non-free program. Proprietary software is a social and ethical problem, and our aim is to

Re: tunefl and other web services

2012-07-05 Thread David Kastrup
Graham Percival gra...@percival-music.ca writes: On Thu, Jul 05, 2012 at 03:57:00PM +0200, David Kastrup wrote: Graham Percival gra...@percival-music.ca writes: A GNU program should not recommend, promote, or grant legitimacy to the use of any non-free program. Proprietary software is a

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

2012-07-05 Thread m...@apollinemike.com
On 4 juil. 2012, at 21:58, Janek Warchoł wrote: On Wed, Jul 4, 2012 at 3:36 PM, m...@apollinemike.com m...@apollinemike.com wrote: No idea when i'll have time to finish Tie Report, but as tie shapes are screwed in general, i wouldn't care much about this change. New shape isn't worse than

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

2012-07-05 Thread Janek Warchoł
On Thu, Jul 5, 2012 at 5:23 PM, m...@apollinemike.com m...@apollinemike.com wrote: New patch set up that fixes all of the problems Janek pointed out I confirm, but the fun doesn't end yet :P \relative f' { c4( d e f) g1 } \addlyrics { bl lah } \relative f'' { c4( b a g) f1 } \addlyrics {

Re: Is gcc able to handle anonymous functions?

2012-07-05 Thread Joe Neeman
On Thu, Jul 5, 2012 at 8:44 AM, m...@apollinemike.com m...@apollinemike.com wrote: On 5 juil. 2012, at 08:14, Joe Neeman wrote: On Thu, Jul 5, 2012 at 12:37 AM, m...@apollinemike.com m...@apollinemike.com wrote: On 4 juil. 2012, at 20:10, Marc Hohl wrote: Am 04.07.2012 13:29, schrieb

\tweak inside Lyrics - is tweaking LyricHyphens unsupported?

2012-07-05 Thread Janek Warchoł
Hi all, recently David allowed \tweak to be used in Lyrics context, and allowed to use additional parameter for modifying indirect grobs. Armed with that, i hoped to achieve the result of this: { \repeat unfold 4 c'16 } \addlyrics { The \once \override LyricHyphen #'minimum-distance = #4 peo --

New template for 'lilypond' made available

2012-07-05 Thread Translation Project Robot
Hello, gentle maintainer. This is a message from the Translation Project robot. (If you have any questions, send them to coordina...@translationproject.org.) A new POT file for textual domain 'lilypond' has been made available to the language teams for translation. It is archived as:

Re: \tweak inside Lyrics - is tweaking LyricHyphens unsupported?

2012-07-05 Thread David Kastrup
Janek Warchoł janek.lilyp...@gmail.com writes: Hi all, recently David allowed \tweak to be used in Lyrics context, and allowed to use additional parameter for modifying indirect grobs. Armed with that, i hoped to achieve the result of this: { \repeat unfold 4 c'16 } \addlyrics { The \once

PATCH: Countdown to 20120708

2012-07-05 Thread Colin Campbell
For 20:00 MDT Sunday July 8th Enhancement: Issue 2637 http://code.google.com/p/lilypond/issues/detail?id=2637: Patch: Interpret #... inside of music lists as music instead of ignoring it - R 6356068 http://codereview.appspot.com/6356068/ Cheers, Colin -- I've learned that you