Lilypond structure / implicit - explicit / with statement

2016-04-02 Thread Bernard
I would like to comprehend Lilyponds structure. I read http://lilypond.org/doc/v2.18/Documentation/learning/contexts-explained and https://docs.fedoraproject.org/en-US/Fedora/16/html/Musicians_Guide/sect-Musicians_Guide-LilyPond-Syntax-Commands-Contexts.html That does seems logical. So if

Re: How to create a leadsheet from a collection of parts in a score

2016-04-02 Thread tisimst
Stan, No reason you can't do what you proposed! There is going to be quite a few ways to do what you'd like. I'm not sure they would be any better than yours without seeing a sample of the final score. However, once you implement your idea, it may be helpful and instructive for you to share your f

How to create a leadsheet from a collection of parts in a score

2016-04-02 Thread Stan Mulder
I would like to create a lead sheet from a 7-piece jazz score where the melody moves between trumpet, clarinet and trombone. Is there a suggested way to do this without creating spaghetti code? Is it as simple as defining various clarinet, trumpet and trombone variables that contain notes and the

Re: fondu problems on El Capitan

2016-04-02 Thread Andrew Bernard
Hi Mats, So this is good – we have identified a definite bug and you have a definite fix. I think the procedure is to mail the lilypond bug list with this information, as the first step to having this incorporated into a release. Fondu does seem to be very old and not actively maintained, altho

Re: midi2ly dll error

2016-04-02 Thread Gianmaria Lari
Ciao Thomas, I tried to run directly from the shell but I got same error: C:\Program Files (x86)\LilyPond\usr\bin>midi2ly.py C:\Users\Gianmaria\Dropbox\Music-Study\Violin\Triolet.mid Traceback (most recent call last): File "C:\Program Files (x86)\LilyPond\usr\bin\midi2ly.py", line 54, in i

Re: fondu problems on El Capitan

2016-04-02 Thread Mats Behre
On 2016-04-02 16:36, Mats Behre wrote: On 2016-04-02 15:41, Andrew Bernard wrote: Hi Mats, Yes, with an MWE including this font specification as in your example fails with a fatal error on Mac OS X 10.11.4. \header { composer = \markup \right-align { \override #'(font-name . "Times Bold")

4 slashes in percent repeat

2016-04-02 Thread Daniel E. Moctezuma
Hello I was wondering if it's possible to have a percent repeat with 4 slashes in LilyPond. Like an \override setting or similar. My use case is when a set of 4 bars repeats n times, like: \repeat percent 4 { c1 | d | e | f | } the most I can get is a double percent symbol .//. is there a wa

Re: Writing a number in stead of notehead.

2016-04-02 Thread Philip Bergwerf
I am developing Piano_TAB notation. In this music notation there is one staff in stead of two. On one staff you can write not more than two voices at a time. (Well it is possible but it looks ugly and not clear) The digits are for rhythmic notation. Right hand is always writen with the stem up and

Re: fondu problems on El Capitan

2016-04-02 Thread Mats Behre
On 2016-04-02 15:41, Andrew Bernard wrote: Hi Mats, Yes, with an MWE including this font specification as in your example fails with a fatal error on Mac OS X 10.11.4. \header { composer = \markup \right-align { \override #'(font-name . "Times Bold") "Rodgers/Hart" } } Extract from runn

Re: midi2ly dll error

2016-04-02 Thread Thomas Morley
2016-04-02 11:52 GMT+02:00 Gianmaria Lari : > Hello, > > When I try to convert from Midi to Lilypond using Frescobaldi I get the > following error: > > The file couldn't be converted Error message: > Traceback (Most recent call last): > File "C:\Program Files (x86)\LilyPond\usr\bin\midi2ly.py", lin

Re: Writing a number in stead of notehead.

2016-04-02 Thread Thomas Morley
2016-04-02 14:33 GMT+02:00 Simon Albrecht : > On 02.04.2016 12:27, Philip Bergwerf wrote: >> >> I am searching for a simple way to manually replace the notehead symbol to >> a >> digit like a guitar-tab note. Is there a simple command to do that? > > > There are many ways, more or less simple, and

Re: fondu problems on El Capitan

2016-04-02 Thread Andrew Bernard
Hi Mats, Yes, with an MWE including this font specification as in your example fails with a fatal error on Mac OS X 10.11.4. \header { composer = \markup \right-align { \override #'(font-name . "Times Bold") "Rodgers/Hart" } } Extract from running lilypond –V: Invoking `fondu -force /Syst

Re: Writing a number in stead of notehead.

2016-04-02 Thread Simon Albrecht
On 02.04.2016 12:27, Philip Bergwerf wrote: I am searching for a simple way to manually replace the notehead symbol to a digit like a guitar-tab note. Is there a simple command to do that? There are many ways, more or less simple, and as Malte already said, the point is we need to know what th

Re: fondu problems on El Capitan

2016-04-02 Thread Andrew Bernard
Hi Mats, Can you give us a MWE? The fonts in question? Andrew On 2/04/2016, 23:11, "Mats Behre" wrote: Hi, Does anyone alse have problems with fondu on El Capitan? ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailma

fondu problems on El Capitan

2016-04-02 Thread Mats Behre
Hi, Does anyone alse have problems with fondu on El Capitan? I get errors like warning: `(fondu -force /System/Library/Fonts/Times.dfont)' failed (5) when I try to compile a LilyPond file with some fonts. In this specific I am successful when running fondu from the command line (so I ca

Re: Writing a number in stead of notehead.

2016-04-02 Thread Philip Bergwerf
I am searching for a simple way to manually replace the notehead symbol to a digit like a guitar-tab note. Is there a simple command to do that? Cheers, Philip Bergwerf -- View this message in context: http://lilypond.1069038.n5.nabble.com/Writing-a-number-in-stead-of-notehead-tp188824p189202.

midi2ly dll error

2016-04-02 Thread Gianmaria Lari
Hello, When I try to convert from Midi to Lilypond using Frescobaldi I get the following error: The file couldn't be converted Error message: Traceback (Most recent call last): File "C:\Program Files (x86)\LilyPond\usr\bin\midi2ly.py", line 54, in ? import midi ImportError: DLL load failed: The s

Re: Lilypond server

2016-04-02 Thread Sharon Rosner
> Lots of little things to adjust and improve here. Do you want to start a > github repository for this, or similar? [I am not sure what the state of > openlilylib is presently.] Worth having. For now I put the code in a gist, which is almost as good: https://gist.github.com/ciconia/a786b461f

Re: Lilypond server

2016-04-02 Thread Sharon Rosner
That’s what I get for writing an email at 7AM :-)Enclosed is the fixed code. Funnily enough, it works fine with the bad comment, because of the forking.Sharon server.ly Description: Binary data On 02 Apr 2016, at 09:57, Simon Albrecht wrote:Hi Sharon,I’ve only cursorily re

Re: Lilypond server

2016-04-02 Thread Andrew Bernard
Hi Sharon, Lots of little things to adjust and improve here. Do you want to start a github repository for this, or similar? [I am not sure what the state of openlilylib is presently.] Worth having. Need to be able to pass all the lilypond command line args to the server, such as include paths

Re: Lilypond server

2016-04-02 Thread Simon Albrecht
Hi Sharon, I’ve only cursorily read through; isn’t that a wrong comment in line 26, after (waitpid child)? Sorry if I’m being stupid, after all you have tested the script and something like that should have stopped it from working. Best, Simon On 02.04.2016 07:12, Sharon Rosner wrote: Hi a

Re: Lilypond server

2016-04-02 Thread Andrew Bernard
Hi Sharon, This is really excellent. A similar concept to the emacs client-server setup. I really need faster compiles on my complex scores. Thanks! Will try it out. Andrew ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/ma