LilyBin on GitHub

2013-05-27 Thread Trevor
I finally got around to throwing the code for LilyBin up on GitHub: https://github.com/trevordixon/LilyBin. I want to rewrite it soon, mostly to improve the front-end, but I think I'll also rewrite the server in Go. If you're good at javascript, you may be able to help some. Users: please create

Re: Frecobaldi 2 Mac OS X install guide

2013-05-27 Thread Vaughan McAlley
On 28 May 2013 13:42, Paul Morris wrote: > > Hmmm, I remember running into the "No module named sip" problem back when I > was trying to install the dependencies manually. When I switched to using > MacPorts I installed python using it (following the instructions on the > Frescobaldi site), which

Re: Frecobaldi 2 Mac OS X install guide

2013-05-27 Thread Paul Morris
Hmmm, I remember running into the "No module named sip" problem back when I was trying to install the dependencies manually. When I switched to using MacPorts I installed python using it (following the instructions on the Frescobaldi site), which is a step that is not included in Philippe's guide.

Re: Frecobaldi 2 Mac OS X install guide

2013-05-27 Thread Derek
Seems to be working now. Thank you very very much to everyone who took the time to detail this process it is greatly appreciated. -- View this message in context: http://lilypond.1069038.n5.nabble.com/Frecobaldi-2-Mac-OS-X-install-guide-tp145898p146388.html Sent from the User mailing list arc

Re: Frecobaldi 2 Mac OS X install guide

2013-05-27 Thread Andrew Bernard
Aha! A couple of things. I am principally a heavy Linux user, so I have skipped the step to make an installer, preferring to run from the command line. After clearing out a previous manual attempt to install frescobaldi for mac a few months ago, I found this: You need to add python sip to th

Re: Frecobaldi 2 Mac OS X install guide

2013-05-27 Thread Derek
Having issues here as well. I made a comment on another thread about making a guide idiot proof and was ridiculed for my choice of operating system. Frescobaldi is a fantastic piece of software and would love to be able to use it on my laptop as well instead of having to boot into linux to use it

Re: Frecobaldi 2 Mac OS X install guide

2013-05-27 Thread Andrew Bernard
I am still unable to achieve success with the guide. I have: Traceback (most recent call last): File "/usr/local/bin/frescobaldi", line 3, in import frescobaldi_app.main File "/Library/Python/2.7/site-packages/frescobaldi_app/main.py", line 34, in from PyQt4.QtCore import QSettin

Re: Does the optimal-page-breaker work?

2013-05-27 Thread Werner LEMBERG
>> I'm successfully using ly:page-turn-breaking with an organ piece, >> fitting about 200 bars on 11 pages. > > Good. Do you let LilyPond find page-turns at rests, or put in > \allowPageTurn at every potential turn? I'm inserting \allowPageTurn commands: In virtually all places where a turn cou

Re: Does the optimal-page-breaker work?

2013-05-27 Thread Shevek
I recommend playing with system-count and systems-per-page. I have found this to be the best way to get Lilypond's page breaking algorithms (I usually use optimal page breaking, but this goes for any of them) to give good results. -- View this message in context: http://lilypond.1069038.n5.nabb

Re: vowel aligned lyrics - want to improve it

2013-05-27 Thread Wolf Alight
Hello Here are some improvements that I did awhile ago. Maybe it's useful. Best regards Torulf \version "2.14.1" % % Definitions for vowel alignment % This code snippet have been sponsored by the Vadstena Sisters in Sweden % #(define vowel-set (list->char-set (string->list "AEIOUYÅÄÖaeiouyåäö"

Re: Does the optimal-page-breaker work?

2013-05-27 Thread Keith OHara
On Mon, 27 May 2013 00:19:06 -0700, Werner LEMBERG wrote: I'm successfully using ly:page-turn-breaking with an organ piece, fitting about 200 bars on 11 pages. Good. Do you let LilyPond find page-turns at rests, or put in \allowPageTurn at every potential turn? The page-turn-breaker does se

Re: Frecobaldi 2 Mac OS X install guide

2013-05-27 Thread Paul Morris
flup2 wrote > I don't "install" it like a Unix program. I just expand the archive in the > Applications folder. That way, the path to frescobaldi binary looks like: > /Applications/frescobaldi/frescobaldi (the first "frescobaldi is the > folder name, the second one is the binary itself). I've adde

Re: Fatal bug in strftime?

2013-05-27 Thread David Nalesnik
Peter, On Mon, May 27, 2013 at 10:15 AM, Peter Toye wrote: > David, > > Thanks. I sort of thought so, but being a newbie to Lilypond & Frescobaldi > I might have missed something. > > Is there any way in Frescobaldi of changing the default header? The > documentation's a bit sparse. > > I imag

Re: Fatal bug in strftime?

2013-05-27 Thread Peter Toye
David, Thanks. I sort of thought so, but being a newbie to Lilypond & Frescobaldi I might have missed something. Is there any way in Frescobaldi of changing the default header? The documentation's a bit sparse. Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com -

Re: snippet does not work anymore

2013-05-27 Thread David Kastrup
"Dr. med. Kai Lautenschläger" writes: > Hi List, > > I've been seeing a lot snippets being identified by numbers, but I > can't find out, where to search for that number. Reading the manual I > stumbled upon a snippet that hast stopped working somewhere between > versions 2.16 and 2.17.15. It is

Re: snippet does not work anymore

2013-05-27 Thread David Kastrup
"Dr. med. Kai Lautenschläger" writes: > Hi List, > > I've been seeing a lot snippets being identified by numbers, but I > can't find out, where to search for that number. Reading the manual I > stumbled upon a snippet that hast stopped working somewhere between > versions 2.16 and 2.17.15. It is

snippet does not work anymore

2013-05-27 Thread Dr. med. Kai Lautenschläger
Hi List, I've been seeing a lot snippets being identified by numbers, but I can't find out, where to search for that number. Reading the manual I stumbled upon a snippet that hast stopped working somewhere between versions 2.16 and 2.17.15. It is in the snippet department in "Rhythms" under the

snare drum in MIDI

2013-05-27 Thread Werner LEMBERG
Folks, what must I do to assign a snare drum sound to a staff? According to the General MIDI standard, this is channel 10, slot 38. Looking into the code, however, I see no easy way to do that, given that percussion instruments are handled as sets only... Werner

Re: Frecobaldi 2 Mac OS X install guide

2013-05-27 Thread flup2
Hello, I don't "install" it like a Unix program. I juste expand the archive in the Applications folder. That way, the path to frescobaldi binary looks like: /Applications/frescobaldi/frescobaldi (the first "frescobaldi is the folder name, the second one is the binary itself). Perhaps it will also

Re: Fatal bug in strftime?

2013-05-27 Thread David Nalesnik
Peter, On Mon, May 27, 2013 at 5:23 AM, Peter Toye wrote: > David, > > Not quite sure what you mean about a template. I use Frescobaldi for input > at the moment, and that doesn't seem to have a way of changing the standard > header format, so I have to delete it and include my personal favouri

Re: Frecobaldi 2 Mac OS X install guide

2013-05-27 Thread Andrew Bernard
And.. if I do run the python setup for Frescobaldi after carefully following the github instructions, it installs into /usr/local/bin, but when run we have: Traceback (most recent call last): File "/usr/local/bin/frescobaldi", line 3, in import frescobaldi_app.main File "/Library/Pytho

Re: Frecobaldi 2 Mac OS X install guide

2013-05-27 Thread Andrew Bernard
This is great, and most appreciated. But there is a section that is not at all clear: Download Frescobaldi and place it in the Applications folder I can only find a source tarball for Frescobaldi and it is not obvious how to place it in the Applications folder, since there is a python setu

Re: Web page getting updated before files available

2013-05-27 Thread Phil Holmes
- Original Message - From: "Nick Payne" To: Sent: Monday, May 27, 2013 12:45 PM Subject: Re: Web page getting updated before files available On 27/05/13 21:38, Nick Payne wrote: http://lilypond.org/ is showing 2.17.20 available, but an attempt to download the Linux 64 install from h

Re: Web page getting updated before files available

2013-05-27 Thread Federico Bruni
2013/5/27 Nick Payne > On 27/05/13 21:38, Nick Payne wrote: > >> http://lilypond.org/ is showing 2.17.20 available, but an attempt to >> download the Linux 64 install from >> http://lilypond.org/**development.html >> returns an error that >> http://download.

Re: Web page getting updated before files available

2013-05-27 Thread Nick Payne
On 27/05/13 21:38, Nick Payne wrote: http://lilypond.org/ is showing 2.17.20 available, but an attempt to download the Linux 64 install from http://lilypond.org/development.html returns an error that http://download.linuxaudio.org/lilypond/binaries/linux-64/lilypond-2.17.20-1.linux-64.sh was not

Web page getting updated before files available

2013-05-27 Thread Nick Payne
http://lilypond.org/ is showing 2.17.20 available, but an attempt to download the Linux 64 install from http://lilypond.org/development.html returns an error that http://download.linuxaudio.org/lilypond/binaries/linux-64/lilypond-2.17.20-1.linux-64.sh was not found on the server.

Re: LSR-snippet 878: Customizing individual staff lines

2013-05-27 Thread Thomas Morley
2013/5/27 Phil Holmes : > I think it's a bad idea to have snippets with coding errors. People might > copy them and then cause problems. I think it should not be approved, and > if the author does not contact -user or -devel to find out why it's not > visible, then so be it. Ok, for now I'll no

Re: LSR-snippet 878: Customizing individual staff lines

2013-05-27 Thread David Kastrup
Thomas Morley writes: > 2013/5/27 Phil Holmes : >> - Original Message - From: "Thomas Morley" >> >> To: "David Kastrup" >> Cc: ; "Phil Holmes" >> Sent: Sunday, May 26, 2013 10:30 PM >> Subject: Re: LSR-snippet 878: Customizing individual staff lines >> >> >>> Phil, what do you mean? >>

Re: LSR-snippet 878: Customizing individual staff lines

2013-05-27 Thread Phil Holmes
- Original Message - From: "Thomas Morley" To: "Phil Holmes" Cc: "David Kastrup" ; Sent: Monday, May 27, 2013 11:15 AM Subject: Re: LSR-snippet 878: Customizing individual staff lines 2013/5/27 Phil Holmes : - Original Message - From: "Thomas Morley" To: "David Kastrup" C

Re: Fatal bug in strftime?

2013-05-27 Thread Peter Toye
David, Not quite sure what you mean about a template. I use Frescobaldi for input at the moment, and that doesn't seem to have a way of changing the standard header format, so I have to delete it and include my personal favourite (which can be in a \include file). Or do you mean a Lilypond te

Re: LSR-snippet 878: Customizing individual staff lines

2013-05-27 Thread Thomas Morley
2013/5/27 Phil Holmes : > - Original Message - From: "Thomas Morley" > > To: "David Kastrup" > Cc: ; "Phil Holmes" > Sent: Sunday, May 26, 2013 10:30 PM > Subject: Re: LSR-snippet 878: Customizing individual staff lines > > > >> >> Phil, what do you mean? >> >> -Harm > > > > I don't know

Re: LSR-snippet 878: Customizing individual staff lines

2013-05-27 Thread Phil Holmes
- Original Message - From: "Thomas Morley" To: "David Kastrup" Cc: ; "Phil Holmes" Sent: Sunday, May 26, 2013 10:30 PM Subject: Re: LSR-snippet 878: Customizing individual staff lines Phil, what do you mean? -Harm I don't know which comment you're asking about. -- Phil Holmes

Re: Left align first word of lyrics

2013-05-27 Thread Wilbert Berendsen
Op Sun, 19 May 2013 03:11:12 +0200 (CEST) Gregory Heytings schreef: > > Hi list, > > Is it possible to automatically left align the first word of multiple > line lyrics ? By default the lyrics are all centered under the note, > which is okay in most situations, but perhaps not optimal for the

Re: Frecobaldi 2 Mac OS X install guide

2013-05-27 Thread Wilbert Berendsen
Philippe, thanks a lot! I've put it on a wiki page, and linked from the frescobaldi website. Op Tue, 14 May 2013 05:10:25 -0700 (PDT) flup2 schreef: > Hello all, > > Here is a step by step guide to install Frescobaldi on a Mac OS X > system. Frescobaldi has some known issues on a mac (see belo

Re: Does the optimal-page-breaker work?

2013-05-27 Thread Werner LEMBERG
> Does anyone let LilyPond choose page-turns for them? I'm successfully using ly:page-turn-breaking with an organ piece, fitting about 200 bars on 11 pages. Werner ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman