Re: lilypond include scripts

2008-02-13 Thread Wilbert Berendsen
Op donderdag 14 februari 2008, schreef David Fedoruk: > I don't think I can put the ovrrides and change Staff commands into a > variable. You can! I often use: bakg = \override Beam #'auto-knee-gap = #6 rh = \change Staff = "rh" lh = \change Staff = "lh" etc. Fot stem direction LilyPond already

lilypond include scripts

2008-02-13 Thread David Fedoruk
Hello: I have some music in which the number of repeated commands dramatically dwarfs the number of notes. For exacple, this is one bar: \override Beam #'auto-knee-gap = #6 r2 r4 \mf d''16[ d' \change Staff = "lh" \override Beam #'auto-knee-gap = #6 \overrid

Re: ANN: LilyKDE, tool to work with LilyPond in KDE

2008-02-13 Thread Wilbert Berendsen
Op donderdag 14 februari 2008, schreef Larry Kent: > The site says if you want to preview pdf files, you need KPDF, but there's > no button (that I can see) for downloading that.  What am I missing? -LK KPDF is part of KDE (kdegraphics). When you have KDE you almost sure also have KPDF ;-) best

Re: Polyphony Problem Hopefully Solved

2008-02-13 Thread Kieren MacMillan
Hi Philip, But then what is \new Voice used for? See Hope this helps! Kieren. ___ lilypond-user mailing l

Re: Polyphony

2008-02-13 Thread Andrew Hawryluk
I think your problem would be resolved by enclosing the entire expression in double angle brackets: << ... >> The new Learning Manual covers this very well, and is a noticeable improvement over the existing documentation. For example, here's the section on polyphony: http://lilypond.org/doc/v2.11/D

RE: ANN: LilyKDE, tool to work with LilyPond in KDE

2008-02-13 Thread Larry Kent
> > KDE easier. If you use KDE you might like it: http://lilykde.googlecode.com/ > The site says if you want to preview pdf files, you need KPDF, but there's no button (that I can see) for downloading that. What am I missing? -LK Larry Kent Tampa FL [EMAIL PROTECTED]

Polyphony

2008-02-13 Thread Philip
I have a problem with polyphonic notation. I tried to enter multiple voices using \new Voice { % top voice } \new Voice { % bottom voice } but the bottom voice was notated as though it were an extension of the staff instead of under the top voice. H

Re: NN: LilyKDE, tool to work with LilyPond in KDE

2008-02-13 Thread Reinhold Kainhofer
Am Mittwoch, 13. Februar 2008 schrieb Stefan Thomas: > Dear Wilbert, > sounds interesting. > Is Your software available for Linux too? It's a plugin for Kate, which is KDE's text editor. So, yes, it is available for Linux (remember, KDE is one of the two big Linux desktop environment). Cheer

NN: LilyKDE, tool to work with LilyPond in KDE

2008-02-13 Thread Stefan Thomas
Dear Wilbert, sounds interesting. Is Your software available for Linux too? Stefan Thomas ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Beaming question

2008-02-13 Thread Steve Dunlop
4/4 time. Lilypond 2.11.33. I'm trying to get the autobeaming behavior to match an existing style where: * Up to four eighth notes can be beamed together (subject to the usual limitations on ending beat) * But, when sixteen notes share the beam with eighth notes, beams may not cross beats. Anot

Re: file structure (hierarchy)

2008-02-13 Thread Nicholas WASTELL
On Wed, 13 Feb 2008 14:06:26 - "Trevor Daniels" <[EMAIL PROTECTED]> wrote: > I guess my comment arises from my > background, which is piano and vocal rather than orchestral, > where multiple voices are the norm. Perhaps we need to made > any suggestions for 'best practice' dependent on the na

Re: ANN: LilyKDE, tool to work with LilyPond in KDE

2008-02-13 Thread stefaan.himpe
I just released version 0.3 of my shiny new lil' pet project: LilyKDE. It combines the power of KDE, Kate and KPDF to make editing LilyPond files in KDE easier. If you use KDE you might like it: http://lilykde.googlecode.com/ Looks very promising! Thanks. Stefaan. __

Re: Trills too far left?

2008-02-13 Thread Trevor Bača
On Feb 13, 2008 12:09 PM, Kieren MacMillan <[EMAIL PROTECTED]> wrote: > Hi Trevor, > > > Kieren, if you have a copy of the chamber opera handy, > > could you check and see [...] > > Confirmed! > Nice catch.. OK, much appreciated. This one's quite general, alas: *any* type of spanner (text, tri

Re: suggestion for LM 5.1.3

2008-02-13 Thread Andrew Hawryluk
Good point about the rehearsal marks. I guess I was thinking ahead to the task of printing individual intrunetal parts with many \book blocks in a single file. Andrew On 2/13/08, Trevor Daniels <[EMAIL PROTECTED]> wrote: > > OK, thanks, Andrew. I've noted this for the next revision > of that sec

Re: Trills too far left?

2008-02-13 Thread Kieren MacMillan
Hi Trevor, Kieren, if you have a copy of the chamber opera handy, could you check and see [...] Confirmed! Nice catch... Cheers, Kieren. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Trills too far left?

2008-02-13 Thread Trevor Bača
On Feb 9, 2008 2:34 PM, Kieren MacMillan <[EMAIL PROTECTED]> wrote: > Hi Trevor, > > > You ever have the "tr." parts of your trill spanners start showing > > up too far to the left? > > [...] Ever seen this one before? > > Yes! > > Unfortunately, like your case, mine were in the middle of a large

Re: Divisi lyrics

2008-02-13 Thread Peter Siepmann
Bingo. Thank you!! Mats Bengtsson wrote: If I'm not mistaken, the simple solution is to remove the \\ in your code. /Mats Peter Siepmann wrote: Thanks, Mats. Though I'm afraid - due probably to my relative inexperience (I'm quite a recent convert to Lilypond!) - the solution to my prob

Re: Divisi lyrics

2008-02-13 Thread Mats Bengtsson
If I'm not mistaken, the simple solution is to remove the \\ in your code. /Mats Peter Siepmann wrote: Thanks, Mats. Though I'm afraid - due probably to my relative inexperience (I'm quite a recent convert to Lilypond!) - the solution to my problem doesn't jump out at me... Peter Mats Be

Re: Divisi lyrics

2008-02-13 Thread Peter Siepmann
Thanks, Mats. Though I'm afraid - due probably to my relative inexperience (I'm quite a recent convert to Lilypond!) - the solution to my problem doesn't jump out at me... Peter Mats Bengtsson wrote: As you might know, the documentation is going through a major revision for the moment. Cou

\applyOutput and conditional expression

2008-02-13 Thread Damian leGassick
hi all i'm trying to modify the example from LM 7.5.2 quote: \applyOutput context proc where proc is a Scheme function, taking three arguments using the example given in LM, the following is apparently not the correct format as it throws an error wherever i stick it, whether or not i inclu

Re: file structure (hierarchy)

2008-02-13 Thread Graham Percival
I, however, *am* entirely opposed to that idea. :) LM 3.1.1 - 3.1.3 address the issue of overall file structure. Best practices are introduced in LM 2.1.3 and LM 5. We have a whole (as-yet unworked) chapter devoted to "best practices"! I certainly don't think we need to complicate every single e

Re: file structure (hierarchy)

2008-02-13 Thread Graham Percival
On Wed, 13 Feb 2008 05:36:19 + Andrew Black <[EMAIL PROTECTED]> wrote: > What is the status of the GDP manual - does it contain the whole > documentation, some of which has been rewritten? Basically, yes. We took the current docs, and began working on it. My preferred method is to focus on

Doing \score { <<...>... } and \context Staff << .... >> in scheme?

2008-02-13 Thread Reinhold Kainhofer
Hi all, In the large vocal and orchestral piece that I'm currently typesetting, I have lots of score and staff definitions, which look exactly the same, except for the variable names. Thus it would make tremendous sense to not hard-code them, but generate them on the fly by some scheme function

RE: file structure (hierarchy)

2008-02-13 Thread Trevor Daniels
Mats You're right, of course. I guess my comment arises from my background, which is piano and vocal rather than orchestral, where multiple voices are the norm. Perhaps we need to made any suggestions for 'best practice' dependent on the nature of the music being considered. Trevor D > -O

Re: font errors but still output both on XP and Leonard (Macosx 10.5.1)

2008-02-13 Thread Mats Bengtsson
I hope you have managed to convince your text editor to save the file using UTF8 encoding, otherwise you will see exactly the problems you describe. /Mats Marcus Käppi wrote: Lilypond is a fantastic program! When it works... I have identical problems on my Mac (10.5.1,PPC G4) as previously r

Re: file structure (hierarchy)

2008-02-13 Thread Mats Bengtsson
Trevor Daniels wrote: Maybe this would be a good place to introduce the idea of conventions or, better, best practice in laying out a score. I would also recommend using a simultaneous contruct after \new Staff as another useful habit to cultivate. Why specifically for Staff? For StaffGroup/

Re: font errors but still output both on XP and Leonard (Macosx 10.5.1)

2008-02-13 Thread Marcus Käppi
Lilypond is a fantastic program! When it works... I have identical problems on my Mac (10.5.1,PPC G4) as previously reported on XP. " (process:272): Pango-CRITICAL **: pango_coverage_get: assertion `index >= 0' failed programming error: FT_Get_Glyph_Name returns error continuing, cross fingers

Re: file structure (hierarchy)

2008-02-13 Thread Werner
Trevor Daniels treda.co.uk> writes: > > Section 3.1 in the LM recognises this problem and attempts > to tackle it. Like everything else in the manuals I'm sure > this could be improved. Suggestions welcome. There could/should be mentioned, beside that a score must start with a music expression

Re: Divisi lyrics

2008-02-13 Thread Mats Bengtsson
As you might know, the documentation is going through a major revision for the moment. Could you please try to read Section "Voices contain music" in http://web.uvic.ca/~gperciva/ -> GDP Docs -> Learning Manual and comment on if you can figure out the answer to your question there. (Since I know

Re: pitched skips

2008-02-13 Thread Mats Bengtsson
M.v.Strien wrote: Hi list, I'm working on a lilytracker, which is basically a tracker like it's described here: http://en.wikipedia.org/wiki/Tracker but then without playback, samples etc. It's for me the best of 2 worlds: drag/drop until eternity in visual tools and low-level programming

pitched skips

2008-02-13 Thread M.v.Strien
Hi list, I'm working on a lilytracker, which is basically a tracker like it's described here: http://en.wikipedia.org/wiki/Tracker but then without playback, samples etc. It's for me the best of 2 worlds: drag/drop until eternity in visual tools and low-level programming in lilypond, and it's

RE: file structure (hierarchy)

2008-02-13 Thread Trevor Daniels
Section 3.1 in the LM recognises this problem and attempts to tackle it. Like everything else in the manuals I'm sure this could be improved. Suggestions welcome. Maybe this would be a good place to introduce the idea of conventions or, better, best practice in laying out a score. I would also

Re: file structure (hierarchy)

2008-02-13 Thread Mats Bengtsson
We've had this discussion before. I'm not entire opposed to the idea of always specifying \score{ \new Staff { \new Voice \relative c'{ c d e f } } } in the examples in the manual. Making LilyPond too forgiving and helpful in terms of input syntax is sometimes a pedagogical problem, as soon

Re: Leopard?

2008-02-13 Thread Hans Aberg
On 13 Feb 2008, at 05:31, Benedict Singer wrote: Yes. If you have Lilypond in /Applications then you can run / Applications/Lilypond.app/Contents/Resources/bin/lilypond music.ly and then open the result in Preview. Preview in Leopard will also pick up file changes without having to close and

Re: Divisi lyrics

2008-02-13 Thread Peter Siepmann
Thank you very much for your reply, Mats. I'm using 2.10.25 and, as you say, the fragment I sent before compiles fine on its own. The troubles arise when I put (single voice) notes either side of it, such as : R1 r4 fis2 eis4 dis2 cis4. cis8 b'4 b2 ais4 gis2. cis,4 << { \voiceOne dis2( eis8

Re: file structure (hierarchy)

2008-02-13 Thread Bertalan Fodor (LilyPondTool)
I think certain conventions could ease learning and using the syntax, understanding snippets and so on. Do we have such conventions defined? Because while it seems to be a good thing that you can write { c d e f } and it will compile and generate score, but if you want to create some polyphonic

RE: suggestion for LM 5.1.3

2008-02-13 Thread Trevor Daniels
OK, thanks, Andrew. I've noted this for the next revision of that section (and Mats' later amendment). Trevor D > -Original Message- > From: [EMAIL PROTECTED] > [mailto:lilypond-user-bounces+t.daniels=treda.co.u > [EMAIL PROTECTED] Behalf Of > Andrew Hawryluk > Sent: 13 February 2008 05

Re: file structure (hierarchy)

2008-02-13 Thread Mats Bengtsson
Andrew Black wrote: What is the status of the GDP manual - does it contain the whole documentation, some of which has been rewritten? Yes, as far as I know. The following sentence from this section is helpful : Some people put some of those commands outside the \score block – for example,

Re: suggestion for LM 5.1.3

2008-02-13 Thread Mats Bengtsson
Andrew Hawryluk wrote: *** start draft text *** In large projects, you can combine several reusable variables to make a single staff of music. For example, if three trumpet lines have the same dynamics we could create a single variable that holds only the dynamic indications separated by skip

Re: Leopard?

2008-02-13 Thread Andrea Valle
Thanks to all, Ah, so no problem for me. Trevor, you know, I never write a line of lily code directly...:) Best -a- On 13 Feb 2008, at 06:39, Trevor Bača wrote: Hey Andrea, Note that you may have to download the PPC (ie, G3 / G4 / G5) rather than the Intel binary. This proves to be the