Re: \column inside a \column and baseline-skip

2008-01-30 Thread Risto Vääräniemi
Dear Kieren, On Jan 29, 2008 10:42 PM, Kieren MacMillan wrote: > Sounds more complicated than necessary... Probably so. :-) I just haven't found an elegant solution yet. > Why not have an "if" that just doesn't add the \line to begin with? The custom markup for the header takes care of removing

Re: pedal position

2008-01-30 Thread Stefan Thomas
Dear Trevor, thanks for the advice. Now I have the problem with mixed-style. The "Ped" moves down, but the line doesn't. How can I move it too? Here a short example: \version "2.11.37" standardped = { \override Staff.PianoPedalBracket #'style = #'bracket \set Staff.pedalSustainStyle = #'mixed }

Re: GDP: NR 1.1 Pitches 2008-01-26

2008-01-30 Thread Valentin Villenave
2008/1/30, Graham Percival <[EMAIL PROTECTED]>: > Valentin, this is yours: > {transposing-pitches-with-minimum-accidentals-smart-transpose.ly} Thanks Mark, updated :) Cheers, Valentin ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.

Re: Status of lilypond for jazz charts?

2008-01-30 Thread Valentin Villenave
Hi Kieren, hi Iain, is your example LSR-worthy? IIRC we do not have many chordnames examples currently... Cheers, Valentin 2008/1/29, Kieren MacMillan <[EMAIL PROTECTED]>: > Hi Iain, > > > Thanks, that was exactly what I needed! > > I do my best... ;-) > > > Though it was minor7b5 that is suppo

Re: Error trapping \chordmode in LP 2.11.37 for Windows

2008-01-30 Thread Valentin Villenave
2008/1/29, Mats Bengtsson <[EMAIL PROTECTED]>: > If you instead run > lilypond-windows -dgui somefile.ly > (which is exactly what happens when you double-click on the file) then you > get the truncated .log file. The only difference between these two > executables > is that the -windows version is

Re: Error trapping \chordmode in LP 2.11.37 for Windows

2008-01-30 Thread Risto Vääräniemi
Hi, On Jan 30, 2008 11:19 AM, Valentin Villenave wrote: > There's a much simpler solution: I could just make a patch against > lilypond's GUB NSIS script to call lilypond instead of > lilypond-windows when double-clicking on a .ly file. Why are there two executables anyway? Do they perform diff

Re: Status of lilypond for jazz charts?

2008-01-30 Thread Kieren MacMillan
Hi Valentin, is your example LSR-worthy? IIRC we do not have many chordnames examples currently... I'm putting together a complete set of chord name exceptions, which i am hoping will be 1. a potential replacement/option for the standard set(s); 2. the first of these "stylesheet" snipp

RE: pedal position

2008-01-30 Thread Trevor Daniels
Hi Stefan The extra-offset property can be used to move the PianoPedalBracket in the same way. Here's a modified example: \version "2.11.37" standardped = { \override Staff.PianoPedalBracket #'style = #'bracket \set Staff.pedalSustainStyle = #'mixed } \relative c''' { \override Staff.SustainP

Re: \column inside a \column and baseline-skip

2008-01-30 Thread Kieren MacMillan
Hi Risto, Here's another hint -- hope it helps. Best, Kieren. \version "2.10.10" \include "english.ly" #(define (has-subtitle layout props arg) (if (chain-assoc-get 'header:subtitle? props #t) (interpret-markup layout props arg) empty-stencil)) customHeaders

Newbie: chord names above staff?

2008-01-30 Thread Jacobs, Steven P
Hello all, I am trying to do something that I think would be quite common, placing chord names for a solo in the middle of a song. Following the lilypond documentation on ChordNames and \chordmode, I came up with the code shown below. The problem is that the chord names appear below the st

Point and click for Lilypond in KDE (was: Re: patch for scm/editor.scm to add KDE (Kate) support.)

2008-01-30 Thread Wilbert Berendsen
Because of the differences in Kate line numbering between KDE 3 and 4 I think it's better to handle the invocation of the editor inside KDE, bypassing lilypond-invoke-editor. So the patch I sent to lily-devel is not necessary. I created two very small files that do the job. Both are attached, wi

Re: \column inside a \column and baseline-skip

2008-01-30 Thread Risto Vääräniemi
Hi Kieren, On Jan 30, 2008 4:14 PM, Kieren MacMillan wrote: > Here's another hint -- hope it helps. Oh yes! That did the trick. I tweaked the \pad-to-box height a bit added the other header fields, did some formatting and voilà. Thanks a bunch. -Risto _

Re: Status of lilypond for jazz charts?

2008-01-30 Thread Valentin Villenave
2008/1/30, Kieren MacMillan <[EMAIL PROTECTED]>: > This should be ready later this week. Oh, great! Maybe we'll even implement it in the docs, thanks to the new LSR backend. Cheers, Valentin ___ lilypond-user mailing list lilypond-user@gnu.org http:

Re: Program crashes whenever I start it (not solved yet)

2008-01-30 Thread Bryan Previte
Frank Dieckmann gmx.org> writes: > > Which operating system do you use? > Frank > I use Windows XP with service pack 2; automatic updates were on at the time that this problem started happening, but it shouldn't be a compatibility issue if it works for other people.

Re: Status of lilypond for jazz charts?

2008-01-30 Thread iain duncan
On Wed, 2008-30-01 at 07:58 -0500, Kieren MacMillan wrote: > Hi Valentin, > > > is your example LSR-worthy? > > IIRC we do not have many chordnames examples currently... > > I'm putting together a complete set of chord name exceptions, which i > am hoping will be > >1. a potential replacem

Re: Program crashes whenever I start it (not solved yet)

2008-01-30 Thread Simon Dahlbacka
Just a random thought, do you have another python version installed? /Simon 2008/1/30, Bryan Previte <[EMAIL PROTECTED]>: > > Frank Dieckmann gmx.org> writes: > > > > > Which operating system do you use? > > Frank > > > > I use Windows XP with service pack 2; automatic updates were on at the > t

RE: adding to context voice conflicts with instrumentname

2008-01-30 Thread Trevor Daniels
Hi Simon Your problem is using {..} after \new Staff instead of <<..>>. I'm not sure I fully understand why, nor do I have 2.10 available to check, but I think what happens is that the first Voice="V" is placed in the first staff, but too late for the second Voice="V", which has already created

Re: Program crashes whenever I start it (not solved yet)

2008-01-30 Thread Bryan Previte
Simon Dahlbacka gmail.com> writes: > > > Just a random thought, do you have another python version installed?/Simon > > How do I check to see which version of Python I have installed?b ___ lilypond-user mailing list lilypond-user@gnu.org http:

Re: Newbie: chord names above staff?

2008-01-30 Thread Carl Sorensen
Jacobs, Steven P pitt.edu> writes: > > I am trying to do something that I think would be quite > common, placing chord names for a solo > > in the middle of a song. Following the lilypond > documentation on ChordNames and \chordmode, > > I came up with the code shown below. The problem is th

parent spanner that can contain a hairpin

2008-01-30 Thread Paul Scott
What is the parent spanner referred to in: Spanner `Hairpin' is not fully contained in parent spanner ? Knowing that might make the error message easier to use. TIA, Paul Scott ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu