Re: problem when building the docs

2005-09-28 Thread Han-Wen Nienhuys
John Mandereau wrote: Hello, I'm trying to build the docs from cvs source, because I'll need to experiment when adding stuff for translations. The problem is, the docs build crashes when processing the snippet 'utf-8.ly' with Hebrew, Cyrillic and Japanese lyrics http://lilypond.org/doc/v2.7/Docum

Re: How to override bar line?

2005-09-28 Thread Erik Sandberg
On Wednesday 28 September 2005 15.38, Fairchild wrote: > Erik - > > Is this documented somewhere? > > \once \override Score.BarLine #'break-glyph-function = #(lambda (glyph dir) > (if (> 0 dir) "|." "|:")) Nope, it's something I created using my limited guru skills. I just looked quickly, and I t

Re: Supporting Quarter Tones ?

2005-09-28 Thread Adam Good
On Sep 26, 2005, at 5:09 PM, Han-Wen Nienhuys wrote:LilyPond already supports quarter tones; have a look at the manual.However, you might be interested in this:I'm discussing further microtonal extensions, with a double bass player from NY, who specifically needs support for Turkish music, where al

Re: cannot build lilypond 2.6.3 on powerpc

2005-09-28 Thread Thomas Bushnell BSG
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: > can you do > > export LILYPONDPREFIX= > lily/out/lilypond input/example-1 > > this should give the same errors. Indeed it does (though without the infinite loop). > Can you post what > > lily/out/lilypond --verbose input/example-1 > > says?

Re: cannot build lilypond 2.6.3 on powerpc

2005-09-28 Thread Han-Wen Nienhuys
Thomas Bushnell BSG wrote: Lilypond 2.6.3 does not build on powerpc. "make all" works fine, but "make web" fails. The specific error happens while building the documentation thus: can you do export LILYPONDPREFIX= lily/out/lilypond input/example-1 this should give the same errors. Can