Re: Sponsored feature request--partially-tied chords

2006-08-24 Thread Erik Sandberg
On Thursday 24 August 2006 17:39, Han-Wen Nienhuys wrote: > Steve D wrote: > > On Tue, Aug 22, 2006 at 10:55:05AM +0200, Han-Wen Nienhuys wrote: > >>> it's easiest to add a property so you can do > >>> > >>> cost: 65 EUR. > > > > Werner LEMBERG then asked: > >> Just wondering what the much simpl

Slur Control Points over page breaks?

2006-08-24 Thread Stewart Holmes
Hi,   I'm trying to manually alter some slurs, by setting the control points. This seems, however, not to work across page breaks. I know one solution is to ensure there is no page break, but that's not possible in this case. Is there any way of dealing with slurs over page breaks?   Cheers,

Re: Changing TimeSignature numerator and denominator

2006-08-24 Thread Trevor Bača
Oops. You were basically right, Mats. Here's a bit that works: %%% BEGIN \version "2.9.10" \new Staff { \set Staff.timeSignatureFraction = #'(7 . 16) \time 2/4 c'4 c'4 } %%% END Thanks as always! (Right property, different context. Has nothing to do with .9.10 versus .9.1

Re: Changing TimeSignature numerator and denominator

2006-08-24 Thread Trevor Bača
Alas ... %%% BEGIN \version "2.9.10" \new Staff { \set Timing.timeSignatureFraction = #'(7 . 16) \time 2/4 c'4 c'4 } %%% END ... interprets with no errors, but still prints as 2/4 ... Perhaps because 2.9.10 ... I'll check with .13 in a bit ... On 8/24/06, Mats Bengtss

Re: Changing TimeSignature numerator and denominator

2006-08-24 Thread Mats Bengtsson
Try \time 2/4 \set Timing.timeSignatureFraction = #'(7 . 16) /Mats Quoting Trevor Bača <[EMAIL PROTECTED]>: Hi, Is there a way to change the printed numerator and denominator of a time signature? Seems like something here should do it, but all versions print as 2/4. %%% BEGIN %%% \ver

Changing TimeSignature numerator and denominator

2006-08-24 Thread Trevor Bača
Hi, Is there a way to change the printed numerator and denominator of a time signature? Seems like something here should do it, but all versions print as 2/4. %%% BEGIN %%% \version "2.9.13" \new Staff { %\once \override TimeSignature #'fraction = #'(7 . 16) %\once \override Staff.TimeSig

Lilypond dies during parsing without any error message!

2006-08-24 Thread Christopher Johnson
I don't know what's wrong with Lilypond, but something's happened to it, and now when it starts to parse my .ly files, it will just stop processing and open outdated .pdf files. I'm using the pre-built LilyPond.app packages on Mac OS X Tiger 10.4.7 with an iBook G4. My cousin was trying to run the

Re: Sponsored feature request--partially-tied chords

2006-08-24 Thread Han-Wen Nienhuys
Steve D wrote: On Tue, Aug 22, 2006 at 10:55:05AM +0200, Han-Wen Nienhuys wrote: it's easiest to add a property so you can do cost: 65 EUR. Werner LEMBERG then asked: Just wondering what the much simpler syntax costs... Han-Wen Nienhuys responded: I can put it in for 35 eur extra, I

Re: warning: can't find or create `Timing' called `'

2006-08-24 Thread Han-Wen Nienhuys
Will Oram wrote: This is the smallest reproduction I could manage. Note that this does not include any of the parameter changes I listed in the original mail. This is, for the most part, strictly basic engraving. fixed. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen

Re: Generating EPS with lilypond

2006-08-24 Thread Han-Wen Nienhuys
Graham Percival wrote: Han-Wen Nienhuys wrote: Graham Percival wrote: Han-Wen Nienhuys wrote: Use the -dno-gs-font-load to force font embedding. -deps-font-include which will cause the individual per-system EPS files to contain fonts. I've added this under general lilypond arguments. Ca

Re: lilypond-book

2006-08-24 Thread Mats Bengtsson
What LilyPond version do you use? Did you follow the instructions in the manual on how to produce a PS and PDF file from the lytex document using the flag --psfonts to lilypond-book and -h ... to dvips? Note also that lilypond-book by default will set the line width of the music examples to be t

Problem with \char #65 ???

2006-08-24 Thread Ben Hoefer
Hi,   how does   \char #integer   work? (See chapter 8.1.6 of the LilyPond Guide.) Whenever I use something like   copyright = \markup { \char #169 }   or   copyright = \markup \char #169   the corresponding *.ly file does not compile, although the logfile does not indicate any syntax

Re: warning: can't find or create `Timing' called `'

2006-08-24 Thread Will Oram
This is the smallest reproduction I could manage. Note that this does not include any of the parameter changes I listed in the original mail. This is, for the most part, strictly basic engraving. Also, there is a higher level .ly that calls this block, but it is basically \include { ... };

Re: Generating EPS with lilypond

2006-08-24 Thread Graham Percival
Han-Wen Nienhuys wrote: Graham Percival wrote: Han-Wen Nienhuys wrote: Use the -dno-gs-font-load to force font embedding. -deps-font-include which will cause the individual per-system EPS files to contain fonts. I've added this under general lilypond arguments. Can this be used in lilyp

Re: Generating EPS with lilypond

2006-08-24 Thread Han-Wen Nienhuys
Graham Percival wrote: Sorry, I'm confused now. Does \header{ tagline = ##f } reduce the BBox, or must we use use oddFooterMarkup=##f oddHeaderMarkup=##f bookTitleMarkup = ##f scoreTitleMarkup = ##f Setting oddFooterMarkup obviates the tagline setting. -- Han-Wen Nienhuys - [E

Re: Generating EPS with lilypond

2006-08-24 Thread Graham Percival
Han-Wen Nienhuys wrote: try lilypond -b eps bla.ly and set tagline = ##f in the \header {} Sorry, I'm confused now. Does \header{ tagline = ##f } reduce the BBox, or must we use \paper{ oddFooterMarkup=##f } - Graham ___ lilypond-

Re: Generating EPS with lilypond

2006-08-24 Thread Han-Wen Nienhuys
Graham Percival wrote: Han-Wen Nienhuys wrote: Use the -dno-gs-font-load to force font embedding. -deps-font-include which will cause the individual per-system EPS files to contain fonts. I've added this under general lilypond arguments. Can this be used in lilypond-book? I can't see a

Re: Sponsored feature request--cross-staff chords, ties

2006-08-24 Thread Han-Wen Nienhuys
Trevor Bača wrote: > Well, if Steve or Vivian or Hans or somebody is willing to help out, > then I'm willing to pitch in on the sponsoring too. > > I'm about to have cross-staff stuff all over some piano music and also > between different *string* staves as well. So a question. > > QUESTION: will

Re: Generating EPS with lilypond

2006-08-24 Thread Graham Percival
Han-Wen Nienhuys wrote: Use the -dno-gs-font-load to force font embedding. -deps-font-include which will cause the individual per-system EPS files to contain fonts. I've added this under general lilypond arguments. Can this be used in lilypond-book? I can't see a -d option for -book. C