Re: LilyPond 2.13.10 (OSX) Font Issues

2010-01-21 Thread Patrick McCarty
On Thu, Jan 21, 2010 at 9:36 PM, Keaton Mowery wrote: > Patrick, > > Thank you for your help! Your intuition was correct: my Pango install > was broken. For anyone experiencing the same issues, the problem was > that fontconfig comes preinstalled on OSX, and installing my own > version broke Pango

Re: LilyPond 2.13.10 (OSX) Font Issues

2010-01-21 Thread Keaton Mowery
Patrick, Thank you for your help! Your intuition was correct: my Pango install was broken. For anyone experiencing the same issues, the problem was that fontconfig comes preinstalled on OSX, and installing my own version broke Pango's font selection mechanisms. Using the preinstalled version in /u

Re: svg from LilypondTool?

2010-01-21 Thread Patrick McCarty
On 2010-01-21, Bertalan Fodor (LilyPondTool) wrote: > No problem. Then the confusion from the doc. Like "setting the > format has no effect on the format, it is just for educational > purposes" Ah, good catch. I'll remove this reference from the English devel docs. Thanks, Patrick

Re: LilyPond 2.13.10 (OSX) Font Issues

2010-01-21 Thread Patrick McCarty
On 2010-01-20, Keaton Mowery wrote: > Okay, I think I've tracked it down... Whew, autotools is a mess. > Anyways, here's the short story: > > python-config reports information about the local python install. > Lilypond's configure scripts already use python-config, but in a > slightly different ma

Re: avoid multiple fret diagrams

2010-01-21 Thread Carl Sorensen
On 1/21/10 1:13 PM, "Pascal Obry" wrote: > James, > > Thanks for the quick reply. > >> First of all, hello. Welcome. I encourage everyone to read the Learning >> Manual once completely through before doing anything. > > I've gone through the manual already. But I've not found an answer to m

Re: How to include a file just once?

2010-01-21 Thread Reinhold Kainhofer
Am Freitag, 22. Januar 2010 01:19:39 schrieben Sie: > >> \include "../../pop-chords.ly" > >> \include "../../paren-2.ly" > > > > And now imagine that both of the included files include some other > > file > > blahblah.ily, which adds or removes some engraver to/from a > > context. The > > engraver

Re: LilyPond/LilyPondTool/Inkscape

2010-01-21 Thread Patrick McCarty
On Thu, Jan 21, 2010 at 4:34 PM, Gerard McConnell wrote: > I'm dumbstruck by it, the combination of > LilyPond/LilyPondTool/Inkscape > is absolutely outstanding.  The svg > output from LilyPond 2.12.0 opens up perfectly > in Inkscape 0.47, where the beautiful > notation can be manipulated > easily

LilyPond/LilyPondTool/Inkscape

2010-01-21 Thread Gerard McConnell
I'm dumbstruck by it, the combination of LilyPond/LilyPondTool/Inkscape is absolutely outstanding. The svg output from LilyPond 2.12.0 opens up perfectly in Inkscape 0.47, where the beautiful notation can be manipulated easily, coloured, text placed anywhere, lines curved into circles like those

Re: How to include a file just once?

2010-01-21 Thread Patrick Horgan
Too bad there's no #ifdef #define #endif or a conditional include on a variable known to identify the inclusion of a particular file. Patrick ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: LilyPondTool doesn't find predefined-guitar-fretboards.ly

2010-01-21 Thread Patrick Schmidt
Done! thanks, patrick Original-Nachricht > Datum: Thu, 21 Jan 2010 22:43:25 +0100 > Von: "Bertalan Fodor (LilyPondTool)" > An: Patrick Schmidt > CC: lilypond-user@gnu.org > Betreff: Re: LilyPondTool doesn\'t find predefined-guitar-fretboards.ly > This is a bug - no includes fr

Re: LilyPondTool doesn't find predefined-guitar-fretboards.ly

2010-01-21 Thread Bertalan Fodor (LilyPondTool)
This is a bug - no includes from the default include folder work (except language settings). Could you please report it on http://sf.net/projects/lily4jedit ? Thanks, Bert Patrick Schmidt wrote: Hi Bertalan, first of all thank you very much for LilyPondTool! It makes life much easier! I ju

Re: avoid multiple fret diagrams

2010-01-21 Thread Carl Sorensen
On 1/21/10 12:27 PM, "Pascal Obry" wrote: > > > I'd like to have the fret diagram only printed over the TabStaff and not > the staff. Given the following small code snippet I have the fret > diagram displayed twice. Is there a solution to this? Using macros? I'm > quite new to lilypond and d

Re: Incorrect Lilypond version

2010-01-21 Thread hsweet
That was it.. Thanks all phorgan1 wrote: > > hsweet wrote: >> Hi all... >> >> I've installed what I think should be Lilypond 2.12 every way I can dream >> up, the installation messages say it's installing 2.12. but lilypond -v >> still thinks it 2.10.33. >> > Perhaps you have another lily

Re: How to include a file just once?

2010-01-21 Thread Carl Sorensen
On 1/21/10 1:07 PM, "Michael J. O'Donnell" wrote: > Many other languages, including most programming languages, and also the > LaTeX typesetting system, have recognized the value of declaring in file > A that it requires file B, and automatically including B if it has not > already been included

LilyPondTool doesn't find predefined-guitar-fretboards.ly

2010-01-21 Thread Patrick Schmidt
Hi Bertalan, first of all thank you very much for LilyPondTool! It makes life much easier! I just discovered that LilyPondTool (version 2.12.894; jEdit 4.3pre 17; Mac OS 10.4) produces the following warning message when I include the file predefined-guitar-fretboards.ly in my .ly-files: /Appli

Re: avoid multiple fret diagrams

2010-01-21 Thread Pascal Obry
James, Thanks for the quick reply. > First of all, hello. Welcome. I encourage everyone to read the Learning > Manual once completely through before doing anything. I've gone through the manual already. But I've not found an answer to my problem. > To your question, you've included the fret di

Re: How to include a file just once?

2010-01-21 Thread Michael J. O'Donnell
I already separate notes from layout, since I want to layout the same notes in chorus only, chorus with piano reduction, maybe others. But, I also want to compile parts one at a time, as well as together. Currently, I have 22-Behold_the_Lamb_of_God-chorus.ly 22-Behold_the_Lamb_of_God-music-words.

Re: How to include a file just once?

2010-01-21 Thread James Bailey
On 21.01.2010, at 18:47, Michael J. O'Donnell wrote: Is there a standard way to make sure that a file full of LilyPond style definitions is included just once, no matter how many times it is mentioned? I searched the Web site, mail archives, and /usr/shar/lilypond for "include once" and "i

Re: avoid multiple fret diagrams

2010-01-21 Thread James Bailey
First of all, hello. Welcome. I encourage everyone to read the Learning Manual once completely through before doing anything. It explains how lilypond works, how to get what you want, and where to look for help when you have questions. To your question, you've included the fret diagram in t

Re: How to include a file just once?

2010-01-21 Thread Reinhold Kainhofer
Am Donnerstag, 21. Januar 2010 19:34:22 schrieb Tim McNamara: > Without seeing your code, it's hard to tell what the problem is. The problem is if you have a whole lot of include files, which all depend on each other (and thus have to include some other files). > When using \include to have a se

avoid multiple fret diagrams

2010-01-21 Thread Pascal Obry
I'd like to have the fret diagram only printed over the TabStaff and not the staff. Given the following small code snippet I have the fret diagram displayed twice. Is there a solution to this? Using macros? I'm quite new to lilypond and did not found a solution... Notes = { c d ^ \markup \fret

Re: How to include a file just once?

2010-01-21 Thread Tim McNamara
On Jan 21, 2010, at 11:47 AM, Michael J. O'Donnell wrote: Is there a standard way to make sure that a file full of LilyPond style definitions is included just once, no matter how many times it is mentioned? I searched the Web site, mail archives, and /usr/shar/lilypond for "include once" a

How to include a file just once?

2010-01-21 Thread Michael J. O'Donnell
Is there a standard way to make sure that a file full of LilyPond style definitions is included just once, no matter how many times it is mentioned? I searched the Web site, mail archives, and /usr/shar/lilypond for "include once" and "include guard", to no avail. With the C preprocessor, there is

Re: svg from LilypondTool?

2010-01-21 Thread Bertalan Fodor (LilyPondTool)
No problem. Then the confusion from the doc. Like "setting the format has no effect on the format, it is just for educational purposes" Patrick McCarty wrote: On Thu, Jan 21, 2010 at 6:58 AM, Bertalan Fodor (LilyPondTool) wrote: Oh, I was confused by the lilypond doc (seems buggy in this p

Re: svg from LilypondTool?

2010-01-21 Thread Patrick McCarty
On Thu, Jan 21, 2010 at 6:58 AM, Bertalan Fodor (LilyPondTool) wrote: > Oh, I was confused by the lilypond doc (seems buggy in this part - if I want > svg output, why doesn't it use the svg backend automatically?) > The correct way to generate an svg is > > %lilypond -dbackend=svg %buffer I recen

Re: stanza set to AABA tune

2010-01-21 Thread Mats Bengtsson
Bertalan Fodor (LilyPondTool) wrote: You can repeat only complete music fragments. You can't use repeat inside a \lyricmode block Of course you can: \relative c'{c d e f g f e c } \addlyrics{First \repeat unfold 6 { and } last. } /Mats ___ lil

Re: svg from LilypondTool?

2010-01-21 Thread Bertalan Fodor (LilyPondTool)
Oh, I was confused by the lilypond doc (seems buggy in this part - if I want svg output, why doesn't it use the svg backend automatically?) The correct way to generate an svg is %lilypond -dbackend=svg %buffer Gerard McConnell wrote: That is really brilliant, using Lilypond and LilypondTool is

Re: svg from LilypondTool?

2010-01-21 Thread Gerard McConnell
That is really brilliant, using Lilypond and LilypondTool is becoming better and better for me. Many thanks. Just a slight problem - When I use %lilypond -fsvg %buffer in the console I am getting a .ps output and no .pdf output now, which makes sense to me. However I can't seem to find any .svg

Re: Vertical spacing between staves with lyrics and ones without

2010-01-21 Thread Kieren MacMillan
Hi Rodolfo, > no hints anyone? One easy hack is to use \hspace markups in the lyrics, as a "strut". I'm *sure* there's a better way (using real spacing settings), but this would certainly work. Cheers, Kieren. > thanks > rodolfo > > On Mon, Jan 18, 2010 at 6:35 PM, Rodolfo Zitellini wrote: >

Re: No solution for ...

2010-01-21 Thread Joerg Anders
On Thu, 21 Jan 2010, David Kastrup wrote: As a rule of thumb when exporting: don't use \\. It is a shortcut leading to trouble in more complex situations. On Thu, 21 Jan 2010, Wilbert Berendsen wrote: the main problem is that the lyrics are attached to the first music expression, cre

Re: svg from LilypondTool?

2010-01-21 Thread Bertalan Fodor (LilyPondTool)
Yes. See http://lilypondtool.organum.hu/fileadmin/lilypondtool/docs/ch03s03.html Running LilyPond with custom parameters So you have 2 options: - in the LilyPond console you can use %lilypond -fsvg %buffer to process the file to svg. - or if you always want SVG output, set the default lilypo

svg from LilypondTool?

2010-01-21 Thread Gerard McConnell
Can I get use LilypondTool to tell Lilypond to produce SVG output? Thanks, Gerard___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: No solution for ...

2010-01-21 Thread Wilbert Berendsen
Hi, the main problem is that the lyrics are attached to the first music expression, creating an implicit Voice context. Then \\ is used which again creates a nested implicit Voice context, losing contact with the lyrics it seems. Op donderdag 21 januari 2010 schreef David: > Example 1 was rat

Re: Vertical spacing between staves with lyrics and ones without

2010-01-21 Thread Rodolfo Zitellini
no hints anyone? thanks rodolfo On Mon, Jan 18, 2010 at 6:35 PM, Rodolfo Zitellini wrote: > I tested it with 2.12.2 and 2.13.3 > thanks > Rodolfo > > On Mon, Jan 18, 2010 at 5:57 PM, Reinhold Kainhofer > wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Dear Rodolfi, >> >> Am Mont

Re: No solution for ...

2010-01-21 Thread David Kastrup
Joerg Anders writes: > Hi! > > I'm the author of the score editor NtEd > > (http://vsr.informatik.tu-chemnitz.de/staff/jan/nted/nted.xhtml) > > I always tried to achiev a correct LilyPond export > for the score. But users told me there is no solution for > a very simple situation: > > 1st sta

No solution for ...

2010-01-21 Thread Joerg Anders
Hi! I'm the author of the score editor NtEd (http://vsr.informatik.tu-chemnitz.de/staff/jan/nted/nted.xhtml) I always tried to achiev a correct LilyPond export for the score. But users told me there is no solution for a very simple situation: 1st staff: 2 voices , 2 lines of lyrics 2nd s

Re: Incorrect Lilypond version

2010-01-21 Thread Patrick Horgan
hsweet wrote: Hi all... I've installed what I think should be Lilypond 2.12 every way I can dream up, the installation messages say it's installing 2.12. but lilypond -v still thinks it 2.10.33. Perhaps you have another lilypond earlier in your path? Type which lilypond from the command l

Re: Incorrect Lilypond version

2010-01-21 Thread Federico Bruni
On 21/01/2010 00:28, Patrick Horgan wrote: It's your PATH. The PATH is how unix/linux finds things. If you type: echo $PATH you'll see that either ~/bin, or /home/fede/bin, comes before /usr/bin. They're searched in the order they occur in your PATH. If you'd like it to be different, find th