Re: feature request: Score.metronomeMarkAlignSymbol

2006-03-04 Thread Trevor Bača
On 2/24/06, Graham Percival <[EMAIL PROTECTED]> wrote: > Given that we now have > \set Score.rehearsalMarkAlignSymbol = #'clef > > would it be easy to add > \set Score.metronomeMarkAlignSymbol = #'clef > ? > > This would be great for metronome marks at the beginning of pieces. That would be cool.

Re: Paper size

2006-03-04 Thread Graham Percival
On 28-Feb-06, at 2:38 AM, Han-Wen Nienhuys wrote: Graham Percival wrote: if ( (\paper-option)==(paper-size $1 $2) ) then #(set-default-paper-size $1 $2) Hmmm; it would require a bit of rewiring. I guess that you do want to be able to do \paper { size = "a4" linewidth = 5.0\cm

Development branch doesn't run on K6-II

2006-03-04 Thread Paul Scott
On Debian sid on a K6-II I get: GNU LilyPond 2.7.37 Program received signal SIGILL, Illegal instruction. 0xb7e25423 in __gmpn_mod_1 () from /usr/local/lilypond/usr/bin/../lib/libgmp.so.3 Paul Scott ___ lilypond-devel mailing list lilypond-devel@g

Re: bar-line-engraver and breakpoints

2006-03-04 Thread Joe Neeman
Han-Wen Nienhuys wrote: Joe Neeman wrote: Is there a reason why breaks are on by default and the barline engraver forbids them whenever there is no bar line? It seems simpler for breaks to be off by default and to have Paper_column_engraver acknowledge bar lines by setting the current column

Re: Add \eval to Lilypond?

2006-03-04 Thread Erik Sandberg
Citerar Alan Stern <[EMAIL PROTECTED]>: > The facility for generating Lilypond code from within Scheme is > fairly limited. The #{ ... #} syntax only recognizes music > expressions, so it can't be used in a \layout block, for instance. > > Is it possible to add a \eval primitive to Lilypond? It

Re: A quest through the docs

2006-03-04 Thread Erik Sandberg
Citerar Graham Percival <[EMAIL PROTECTED]>: > > On 25-Feb-06, at 9:39 PM, Don Blaheta wrote: > > > Quoth Graham Percival: > >> On 24-Feb-06, at 8:49 PM, Don Blaheta wrote: > >>> * 10.5.7 should have an example layout block like the following: > >>> \layout { > >>> indent = #0 > >>> li

Re: bar-line-engraver and breakpoints

2006-03-04 Thread Joe Neeman
Han-Wen Nienhuys wrote: Joe Neeman wrote: Is there a reason why breaks are on by default and the barline engraver forbids them whenever there is no bar line? It seems simpler for breaks to be off by default and to have Paper_column_engraver acknowledge bar lines by setting the current column

Re: bar-line-engraver and breakpoints

2006-03-04 Thread Joe Neeman
Han-Wen Nienhuys wrote: Joe Neeman wrote: OK, how about this one? It basically uses the original method, but the engravers communicate by setting/reading properties in the Score context (inspired by the "guh. Use properties!" comment). it's probably wonderful, but can I see the patch first

Re: feature request: Score.metronomeMarkAlignSymbol

2006-03-04 Thread Graham Percival
On 27-Feb-06, at 4:29 PM, Trevor Bača wrote: On 2/24/06, Graham Percival <[EMAIL PROTECTED]> wrote: would it be easy to add \set Score.metronomeMarkAlignSymbol = #'clef ? This would be great for metronome marks at the beginning of pieces. In the meantime, is it possible to construct whateve

Re: Paper size

2006-03-04 Thread Graham Percival
On 25-Feb-06, at 3:01 PM, Han-Wen Nienhuys wrote: Graham Percival wrote: In fact, why not simply have \paper { paper-size = "a4" } I have nothing against scheme expressions, but I don't see why the paper size (and global staff size) need scheme. If we could define them like normal \paper

Re: utility: \interpolate

2006-03-04 Thread Nicolas Sceaux
Erik Sandberg <[EMAIL PROTECTED]> writes: > btw, do you know any good sources where I can learn about scheme coding style? Usually, you learn scheme coding style by reading scheme books, or scheme code, but I don't know if there is a coding style document. Actually I don't know much of scheme cod