Re: -dshow-available-fonts vs. UNIX stdout?

2012-06-22 Thread Ralf Mattes
On Wed, 20 Jun 2012 10:14:09 +0100, Phil Holmes wrote: - Original Message - From: James Harkins jamshar...@gmail.com To: lily-users lilypond-user@gnu.org Sent: Wednesday, June 20, 2012 9:36 AM Subject: Re: -dshow-available-fonts vs. UNIX stdout? On 6/20/12, Ramana Kumar

Re: forcing two pages

2012-06-22 Thread Urs Liska
These are the \paper variables you need to try around with: system-count = 8 % total number of systems in the score page-count = 2 % number of pages in the score max-systems-per-page = 4 min-systems-per-page = 4 % if max/min are equal it's basically a hardcoded command ragged-bottom = ##f

redirect the list/output of #(ly:font-config-display-fonts)

2012-06-22 Thread -Eluze
hi! is it possible (and how) to redirect the generated list to a special file? thanks Eluze -- View this message in context: http://old.nabble.com/redirect-the-list-output-of--%28ly%3Afont-config-display-fonts%29-tp34054316p34054316.html Sent from the Gnu - Lilypond - User mailing list

Re: redirect the list/output of #(ly:font-config-display-fonts)

2012-06-22 Thread David Kastrup
-Eluze elu...@gmail.com writes: hi! is it possible (and how) to redirect the generated list to a special file? Not that I would see. -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org

Removing noChordSymbol - N.C

2012-06-22 Thread Anders Eriksson
Hello, I have just started using Lilypond and I must say it exceeds all my expectations! I trying to add Chords to a melody using \chordmode and I have most things working. One thing that I would like to do is sometimes I don't want any chord, usually in Pickup Measures. If I put a rest

Why can't I post?

2012-06-22 Thread Anders Eriksson
Hello, I have just become a member of the lilypond-user list. I have tried to send some questions but nothing has arrived! Is there some waiting period or something else that makes my postings not reaching the list? // Anders ___ lilypond-user

functions in include file

2012-06-22 Thread Anders Eriksson
Hello, I have just started using Lilypond and I have found some functions on the net which I would like to put in an include file. But I can't figure out how!? One of these function is Mr. John Mandereaus Diatonic/modal transposition function I have put the code in a file

Choir with solos - lyrics handling

2012-06-22 Thread Hartmut Leister
Hello everybody, I'm typesetting a choral (SATB) piece with solos (by men or women) and am having problems with the lyrics handling. The piece starts with SATB, then TB do a solo part, then SA do solo (both included in \saSoloZwei and\tbSoloZwei) and after SATB again - see [1]. In the non-solo

Re: Removing noChordSymbol - N.C

2012-06-22 Thread Lucas Gonze
\set noChordSymbol = On Thu, Jun 21, 2012 at 10:44 AM, Anders Eriksson andis.eriks...@gmail.com wrote: Hello, I have just started using Lilypond and I must say it exceeds all my expectations! I trying to add Chords to a melody using \chordmode and I have most things working. One thing

Re: Why can't I post?

2012-06-22 Thread Federico Bruni
Received. Welcome :-) Il giorno 22/giu/2012 18:17, Anders Eriksson andis.eriks...@gmail.com ha scritto: Hello, I have just become a member of the lilypond-user list. I have tried to send some questions but nothing has arrived! Is there some waiting period or something else that makes my

Re: Why can't I post?

2012-06-22 Thread Janek Warchoł
On Fri, Jun 22, 2012 at 2:41 PM, Anders Eriksson andis.eriks...@gmail.com wrote: Hello, I have just become a member of the lilypond-user list. Is there some waiting period or something else that makes my postings not reaching the list? Sometimes the messages get delayed a few hours. Janek

Re: Why can't I post?

2012-06-22 Thread Jeff Barnes
Surely there is a template for the Welcome to lilypond-user e-mail that gets sent out that could be edited to add Your posts will appear after the moderator approves your subscription. This could take up to a day. Regards, Jeff From: Janek Warchoł

Re: redirect the list/output of #(ly:font-config-display-fonts)

2012-06-22 Thread andersvi
- == -Eluze elu...@gmail.com writes: - is it possible (and how) to redirect the generated list to a - special file? ly:font-config-display-fonts seems to rely on side-effects, just returning #unspecified, so not much hope there. There is a hacky way to redirect stderr inside lilypond

Re: Removing noChordSymbol - N.C

2012-06-22 Thread Robert Schmaus
Hi Anders, alternatively to Lucas' suggestion: Use s instead of r - that way you can have NC where you put r and blank where you put s. Best, Robert Am 6/22/12 6:24 PM, schrieb Lucas Gonze: \set noChordSymbol = On Thu, Jun 21, 2012 at 10:44 AM, Anders Eriksson andis.eriks...@gmail.com

Re: redirect the list/output of #(ly:font-config-display-fonts)

2012-06-22 Thread -Eluze
andersvi-2 wrote: - == -Eluze elu...@gmail.com writes: - is it possible (and how) to redirect the generated list to a - special file? ly:font-config-display-fonts seems to rely on side-effects, just returning #unspecified, so not much hope there. There is a hacky way to

Re: functions in include file

2012-06-22 Thread Nick Payne
On 22/06/12 22:38, Anders Eriksson wrote: Hello, I have just started using Lilypond and I have found some functions on the net which I would like to put in an include file. But I can't figure out how!? One of these function is Mr. John Mandereaus Diatonic/modal transposition function I

Re: functions in include file

2012-06-22 Thread Anders Eriksson
Hello Nick, Yes the include file is in the same directory as the main. I tested compiling using Lilypond directly and it worked! I'm using Frescobaldi so the error is in this program not in Lilypond... Must be some configuration... Thanks for your input! // Anders On 2012-06-22 23:18, Nick

Re: functions in include file

2012-06-22 Thread -Eluze
Nick Payne-3 wrote: On 22/06/12 22:38, Anders Eriksson wrote: One of these function is Mr. John Mandereaus Diatonic/modal transposition function I have put the code in a file (diatonic-transpose.lyi) and is calling it like this %% Start of file \version 2.14.2 \include

Re: functions in include file

2012-06-22 Thread Colin Campbell
On 12-06-22 03:35 PM, Anders Eriksson wrote: Hello Nick, Yes the include file is in the same directory as the main. I tested compiling using Lilypond directly and it worked! I'm using Frescobaldi so the error is in this program not in Lilypond... Must be some configuration... Thanks for your