Re: Supporting LilyPond development financially (was: Editing slur markings in LilyPond)

2012-11-08 Thread Janek Warchoł
On Thu, Nov 8, 2012 at 7:12 AM, David Kastrup wrote: > soundsfromsound writes: > >> Do you guys have a PayPal donation link or something where perhaps I >> could send a little something your way? I couldn't find anything on >> the website... :) > > Then I need to rethink my strategies. ...and w

Re: helper function that should take a list argument doesn't do anything

2012-11-08 Thread David Kastrup
Janek Warchoł writes: > % Hi people, > > % here's what i want to do: > > << > { > \overrideProperty #"Score.NonMusicalPaperColumn" > #'line-break-system-details #'((alignment-distances . (30))) > a a a a > } > { b b b b } >>> > > % the override is very long, so i wanted to crea

Re: Supporting LilyPond development financially

2012-11-08 Thread David Kastrup
Janek Warchoł writes: > On Thu, Nov 8, 2012 at 7:12 AM, David Kastrup wrote: >> soundsfromsound writes: >> >>> Do you guys have a PayPal donation link or something where perhaps I >>> could send a little something your way? I couldn't find anything on >>> the website... :) >> >> Then I need to

Re: Supporting LilyPond development financially (was: Editing slur markings in LilyPond)

2012-11-08 Thread Francisco Vila
2012/11/8 Janek Warchoł : > ...and we (Lily team) may need to rethink our strategies as well. > Ben, we have this website about sponsoring Lily development: > http://www.lilypond.org/sponsoring.html > should we make it more visible? or should we make it more clear how it works? If I were the sole

Re: Extract notes within music function

2012-11-08 Thread Gilles
Is it possible to do something just with the first and last notes of music within? Can they be extracted from music as from a list? (Hence my reference in the original post to car and cdr)? In music-functions.scm, you have some useful functions. Here an extract-music is used. %%%

Re: Supporting LilyPond development financially

2012-11-08 Thread Jan Nieuwenhuizen
Francisco Vila writes: > I'd put a big star-shaped Donate! or Sponsor! button clearly visible > on the front page. +1 Don't play too hard to get on this ;-) Jan -- Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl __

Re: Supporting LilyPond development financially

2012-11-08 Thread David Kastrup
Francisco Vila writes: > 2012/11/8 Janek Warchoł : >> ...and we (Lily team) may need to rethink our strategies as well. >> Ben, we have this website about sponsoring Lily development: >> http://www.lilypond.org/sponsoring.html >> should we make it more visible? or should we make it more clear ho

Re: Supporting LilyPond development financially

2012-11-08 Thread Francisco Vila
2012/11/8 David Kastrup : > Francisco Vila writes: > >> 2012/11/8 Janek Warchoł : >>> ...and we (Lily team) may need to rethink our strategies as well. >>> Ben, we have this website about sponsoring Lily development: >>> http://www.lilypond.org/sponsoring.html >>> should we make it more visible?

Re: Supporting LilyPond development financially

2012-11-08 Thread David Kastrup
Jan Nieuwenhuizen writes: > Francisco Vila writes: > >> I'd put a big star-shaped Donate! or Sponsor! button clearly visible >> on the front page. > > +1 > > Don't play too hard to get on this ;-) How about having something like that (for those who are just interested in finding this particular

Re: Supporting LilyPond development financially

2012-11-08 Thread Marc Hohl
Am 08.11.2012 10:38, schrieb David Kastrup: Francisco Vila writes: 2012/11/8 Janek Warchoł : ...and we (Lily team) may need to rethink our strategies as well. Ben, we have this website about sponsoring Lily development: http://www.lilypond.org/sponsoring.html should we make it more visible?

Re: Extract notes within music function

2012-11-08 Thread David Kastrup
Gilles writes: >> Is it possible to do something just with the first and last notes of >> music within? Can they be extracted from music as from a list? (Hence >> my reference in the original post to car and cdr)? > > In music-functions.scm, you have some useful functions. Here an > extract-music

Re: Supporting LilyPond development financially

2012-11-08 Thread Graham Percival
On Thu, Nov 08, 2012 at 10:38:53AM +0100, David Kastrup wrote: > Francisco Vila writes: > > If I were the sole designer/developer of the web page, I'd put a big > > star-shaped Donate! or Sponsor! button clearly visible on the front > > page. Tiny, personal projects do it all the time. > > Ah, bu

impossible de demarrer lilypond-windows.exe

2012-11-08 Thread Gilles Quesne
Bonjour grâce à Bootcamp, je travaille sous Windows 7 pro. Je sais travailler sous Lilypond grâce à Martial qui m'a initié à Lilypond. Ne pouvant plus le joindre, j'essaye de faire fonctionner frescobaldi 2.0.8. Voici le problème que je rencontre. Lorsque je lance la commande d'analyse de mon fr

Weird Crescendo/Decrescendo Behavior

2012-11-08 Thread Keehun Nam
Dear LilyPond community, I've been annoyed with how crescendi and decrescendi work in LilyPond and I am hoping that I'm only using them wrong instead of the software being weak. If I used the following code: r4 r8^\markup{"Solo"} \acciaccatura{ e''16[ g16]} f16^>-\p_\>( e~ | e4.) \acciaccatura {

Re: Weird Crescendo/Decrescendo Behavior

2012-11-08 Thread Trevor Daniels
Keehun Nam wrote Thursday, November 08, 2012 3:43 PM > I've been annoyed with how crescendi and decrescendi work in LilyPond and I > am hoping that I'm only using them wrong instead of the software being weak. > > If I used the following code: > > r4 r8^\markup{"Solo"} \acciaccatura{ e''16[ g16

Re: Supporting LilyPond development financially (was: Editing slur markings in LilyPond)

2012-11-08 Thread soundsfromsound
I didn't mean to open a can of worms or anything. :) But yes, in my opinion, perhaps a change would help? As an aside: When I first visited the LilyPond website, way back when, it took a moment to absorb what was going on with the "sponsor" page. I got the impression that donating money was onl

Re: Weird Crescendo/Decrescendo Behavior

2012-11-08 Thread Keith OHara
Keehun Nam gmail.com> writes: > > So the first [decrescendo], I'm letting it terminate "by itself" > by not declaring a \! Decrescendos in LilyPond do not terminate by themselves. They extend to the next dynamic mark if there is no \! > Then in the next one, [...] it doesn't even reach acr

Re: Supporting LilyPond development financially

2012-11-08 Thread David Kastrup
soundsfromsound writes: > I didn't mean to open a can of worms or anything. :) > > But yes, in my opinion, perhaps a change would help? > > As an aside: > When I first visited the LilyPond website, way back when, it took a moment > to absorb what was going on with the "sponsor" page. I got the

Re: impossible de demarrer lilypond-windows.exe

2012-11-08 Thread soundsfromsound
Hello Gilles, I hope I understood your message correctly, as I had to use Google Translate to convert it to English. This is what I got: "Hello with Bootcamp, I work under Windows 7 pro. I can work in Lilypond by Martial who introduced me to Lilypond. Could no longer the reach, I try to run f

Re: Custom expressive marks over noteheads?

2012-11-08 Thread soundsfromsound
Are you talking about: @‘o ò grave accent @’o ó acute accent Does this thread help? I'm not sure if this is what you're looking for. Accent Thread Or this? Inserting accents: Insert Accents

Re: Custom expressive marks over noteheads?

2012-11-08 Thread Aristotle A . Esguerra
soundsfromsound gmail.com> writes: > > Are you talking about: > > @‘o ò grave accent > @’o ó acute accent > > Does this thread help? I'm not sure if this is what you're looking for. > > > > Or this? >

Re: Supporting LilyPond development financially

2012-11-08 Thread Werner LEMBERG
> And it is not like there is 100% approval on the stuff I do. I think that there is 100% approval that you *do* such a huge amount of work. And you should be payed for that IMHO. Werner ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: Supporting LilyPond development financially

2012-11-08 Thread soundsfromsound
Ok. Sorry about that. Just trying to help. I'm a huge proponent for free software (free in as freedom, not free beer) and once I found LilyPond, I was so happy with how my scores looked once printed. Maybe in the future there can be a need for a global donation process for this great software.

Re: Supporting LilyPond development financially

2012-11-08 Thread Jim Long
On Thu, Nov 08, 2012 at 08:25:56PM +0100, Werner LEMBERG wrote: > > > And it is not like there is 100% approval on the stuff I do. > > I think that there is 100% approval that you *do* such a huge amount > of work. And you should be payed for that IMHO. I was going to word that slightly differe

Re: Supporting LilyPond development financially

2012-11-08 Thread Carlo Stemberger
Il 08/11/2012 22:30, Jim Long ha scritto: As for making it easy, it is actually quite easy already. 1. Log in to PayPal. Don't have a PayPal account? Sign up. PayPal... :( You should use Bitcoin instead! Bye, Carlo -- .-. | Registered Linux User #443882| .''`. o

Re: Supporting LilyPond development financially

2012-11-08 Thread Werner LEMBERG
>> As for making it easy, it is actually quite easy already. 1. Log in >> to PayPal. Don't have a PayPal account? Sign up. > > PayPal... :( > > You should use Bitcoin instead! Mhmm. Never used it, so I can't comment [and I'm quite sure that it should rather not be discussed on lilypond-user].

Re: Supporting LilyPond development financially

2012-11-08 Thread Graham Percival
On Thu, Nov 08, 2012 at 01:30:58PM -0800, Jim Long wrote: > On Thu, Nov 08, 2012 at 08:25:56PM +0100, Werner LEMBERG wrote: > > I think that there is 100% approval that you *do* such a huge amount > > of work. And you should be payed for that IMHO. I agree with the first sentence. I have problem

Acciaccatura messing with change of meter

2012-11-08 Thread Keehun Nam
Dear lovely LilyPond community, This is a conundrum: if I place an acciaccatura for the downbeat of the measure following a meter change, it seems to place the meter twice if it's in a score format (multiple staves). Is there a way to fix this? If I have a "solid" note before the acciaccatura on

Re: Acciaccatura messing with change of meter

2012-11-08 Thread soundsfromsound
I am not able to reproduce that on my end. See attached LilyPond file for the code. Does that help you? I added a grace note as the downbeat in a measure with a new meter change - no issue from what I can tell. Let me know if you're still having issues. Thanks, Ben

Re: Acciaccatura messing with change of meter

2012-11-08 Thread Thomas Morley
2012/11/9 soundsfromsound : > I am not able to reproduce that on my end. See attached LilyPond file for > the code. > > Does that help you? > > I added a grace note as the downbeat in a measure with a new meter change - > no issue from what I can tell. > > Let me know if you're still having issues

Re: Optional args in event-function not working with 2.17.6 ?

2012-11-08 Thread soundsfromsound
I just ran this in v2.16.0 and it looks like this: - composer | sound designer -- View this message in context: http://lilypond.1069038.n5.nabble.com/Optional-args-in-event-function-not-working-with-2-17-6-tp136044p136046.htm

Re: 2.16.0 Open string fingering marks have _ and ^ behave as ^

2012-11-08 Thread Thomas Morley
2012/11/7 Olivier Biot : > On Tue, Nov 6, 2012 at 12:01 AM, Thomas Morley > wrote: >> 2012/11/5 Olivier Biot : >>> Dear all, >>> >>> I think I just found a Lilypond bug. >>> >>> The following snippet with fingerings does only show one "open string" >>> fingering while TWO have been written. The or

Re: Optional args in event-function not working with 2.17.6 ?

2012-11-08 Thread Thomas Morley
2012/11/9 soundsfromsound : > I just ran this in v2.16.0 and it looks like this: > > Yep. That's the 2.16.0 output. But I can't make it work with 2.17.6 -Harm ___ lilypond-user mailing lis

Re: Optional args in event-function not working with 2.17.6 ?

2012-11-08 Thread soundsfromsound
Oh, sorry I thought you were wanting to flip those on top of the notes instead. Yea, I just tried running the code in v2.17 and I got these errors: c:/users/ben/appdata/local/temp/frescobaldi-dlk2vd/tmpcsuo1h/document.ly:64:7: error: syntax error, unexpected '=' noName = \newScript "@"

Re: Acciaccatura messing with change of meter

2012-11-08 Thread soundsfromsound
Oh I see, it has to do with multiple staves and barlines...that's why I didn't notice it here. Thanks for that link! - composer | sound designer -- View this message in context: http://lilypond.1069038.n5.nabble.com/Acciaccatura-messing-with-change-of-meter-tp136042p136050.html Sent from t

Re: Optional args in event-function not working with 2.17.6 ?

2012-11-08 Thread Thomas Morley
2012/11/9 soundsfromsound : > Oh, sorry I thought you were wanting to flip those on top of the notes > instead. > > Yea, I just tried running the code in v2.17 and I got these errors: > > > c:/users/ben/appdata/local/temp/frescobaldi-dlk2vd/tmpcsuo1h/document.ly:64:7: > error: syntax error, unexpec

Re: Optional args in event-function not working with 2.17.6 ?

2012-11-08 Thread soundsfromsound
Glad to help, I'm trying to figure this out too. I feel like the answer is right under my nose but my brain refuses to work the way I want it to tonight! - composer | sound designer -- View this message in context: http://lilypond.1069038.n5.nabble.com/Optional-args-in-event-function-not-

Re: lilypond-user Digest, Vol 120, Issue 36

2012-11-08 Thread Patrick or Cynthia Karl
> Message: 8 > Date: Thu, 8 Nov 2012 17:34:22 -0800 (PST) > From: soundsfromsound > To: lilypond-user@gnu.org > Subject: Re: Optional args in event-function not working with 2.17.6 ? > Message-ID: <1352424862351-136046.p...@n5.nabble.com> > Content-Type: text/plain; charset=us-ascii > > I just ra

Re: lilypond-user Digest, Vol 120, Issue 36

2012-11-08 Thread soundsfromsound
I replied to this: Optional-args-in-event-function-not-working-with-2-17-6-td136044.html#a136046 - composer | sound designer -- View this message in context: http://lil

Accidentals with \modalTranspose

2012-11-08 Thread Vaughan McAlley
Greetings, I want to notate a modal canon at the fifth. \modalTranspose works well until there are accidentals in the original line. Fiddling with the scale by adding notes causes problems; what would be nice is to be able to specify *two* scales: \transposeFrom = \relative c' { a b c cis d e f f

Re: Supporting LilyPond development financially

2012-11-08 Thread David Kastrup
Werner LEMBERG writes: >> And it is not like there is 100% approval on the stuff I do. > > I think that there is 100% approval that you *do* such a huge amount > of work. And you should be payed for that IMHO. Uh, no? If I "should" be paid for my work on LilyPond, so should be everybody else,

Re: Optional args in event-function not working with 2.17.6 ?

2012-11-08 Thread David Kastrup
Thomas Morley writes: > I was working on > http://lists.gnu.org/archive/html/lilypond-user/2012-11/msg00185.html > and wrote a event-function as a template for custom-script-signs. > This function uses some optional arguments and works as expected in 2.16.0 > But not in 2.17.6 > What am I missing

Re: lilypond-user Digest, Vol 120, Issue 37

2012-11-08 Thread Patrick or Cynthia Karl
> > Message: 7 > Date: Thu, 8 Nov 2012 18:56:35 -0800 (PST) > From: soundsfromsound > To: lilypond-user@gnu.org > Subject: Re: lilypond-user Digest, Vol 120, Issue 36 > Message-ID: <1352429795869-136054.p...@n5.nabble.com> > Content-Type: text/plain; charset=us-ascii > > I replied to this: > >

Re: lilypond-user Digest, Vol 120, Issue 36

2012-11-08 Thread Marc Hohl
Am 09.11.2012 03:56, schrieb soundsfromsound: I replied to this: Optional-args-in-event-function-not-working-with-2-17-6-td136044.html#a136046 Well, I think he[*] tried to convic

Re: lilypond-user Digest, Vol 120, Issue 36

2012-11-08 Thread soundsfromsound
Marc: I'm sorry, I didn't mean to upset him or anything. I'm confused, as I've been replying the same way to each thread and never knew there was a problem until now. Should I be hitting "reply" or "reply to author" when I want to respond to a thread? I was just hitting "reply" this whole time