Re: Parenthesizing rests

2008-03-26 Thread Valentin Villenave
2008/3/26, Mats Bengtsson <[EMAIL PROTECTED]>: > A skilled Scheme hacker can easily turn this into a music function that > applies > the music property in the correct way for a rest of any duration. If so, I'd be happy to add it to the LSR... :) > By the way, isn't it a bug that the default

Re: Parenthesizing rests

2008-03-26 Thread Mats Bengtsson
Playing around with \displayMusic, I got a hint on how to obtain a parenthesized rest: \version "2.10.0" \relative c' { c d e #(ly:export (make-music 'EventChord 'elements (list (make-music 'RestEvent 'parenthesize #t 'duration (ly:make-duration 2 0

Re: Parenthesizing rests

2008-03-26 Thread Mats Bengtsson
parenthesized is a layout object property that only is included in the accidental-interface, where it is used to determine if a cautionary accidental should be typeset using smaller font or by including it in parentheses. parenthesize, on the other hand, is a music property, which is used inte

Re: \once \macro

2008-03-26 Thread Karl Hammar
Graham: > [EMAIL PROTECTED] (Karl Hammar) wrote: > > > 1) Does anybody else remember if this worked in the past? (ie am > > > I going crazy?) > > { > > c'4 > > \once \override Stem #'direction = #DOWN > > %\stemDown > > c'4 > > c' > > } > Yes, I know that works. I'm asking a general q

Re: Using texi2html for the documentation

2008-03-26 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Mittwoch, 26. März 2008 schrieb Jan Nieuwenhuizen: > Han-Wen Nienhuys writes: > > I think most 'serious' websites use language negotiation only as a > > first guess, and store the language preference after that as a cookie > > so it is remembered ac

Re: Using texi2html for the documentation

2008-03-26 Thread Jan Nieuwenhuizen
Han-Wen Nienhuys writes: > I think most 'serious' websites use language negotiation only as a > first guess, and store the language preference after that as a cookie > so it is remembered across pages and across sessions; Huh, are you volunteering to implement active server side pages and find ho

Re: Parenthesizing rests

2008-03-26 Thread Wilbert Berendsen
Op woensdag 26 maart 2008, schreef Aaron Dalton: > I've done some archive searching but there does not appear to be any > solution. How does one parenthesize rests? I'm preparing a number of > transcriptions that will eventually be formally published (with Lilypond > credited as the engraver) and

Re: patch to compile lilypond with gcc-4.3

2008-03-26 Thread Graham Percival
Done. Cheers, - Graham On Tue, 25 Mar 2008 23:22:33 -0300 "Han-Wen Nienhuys" <[EMAIL PROTECTED]> wrote: > Looks good. Can someone apply? > > 2008/3/25, Marijn Schouten (hkBst) <[EMAIL PROTECTED]>: > > > there is a patch[1] to compile lilypond with gcc-4.3 contributed > > by one of our users o