RE: Using Scheme inside header markup

2005-07-13 Thread Sven Axelsson
> From: Graham Percival [mailto:[EMAIL PROTECTED] > On 12-Jul-05, at 12:43 PM, Sven Axelsson wrote: > > >> There is a little subtlety with options: -dno-comment means > >> that you set > >> the `comment' option to #f, whereas -dcomment means that you > >> set comment > >> to #t. > > > Aargh! Tha

Re: Using Scheme inside header markup

2005-07-12 Thread Graham Percival
On 12-Jul-05, at 12:43 PM, Sven Axelsson wrote: There is a little subtlety with options: -dno-comment means that you set the `comment' option to #f, whereas -dcomment means that you set comment to #t. Aargh! That's it alright! Thanks a lot for helping me out here. I'm quite interested in t

RE: Using Scheme inside header markup

2005-07-12 Thread Sven Axelsson
> From: Nicolas Sceaux [mailto:[EMAIL PROTECTED] > Subject: Re: Using Scheme inside header markup > > "Sven Axelsson" <[EMAIL PROTECTED]> writes: > > Now I'm calling lily from a batch file that looks like this > > > > "%ProgramFiles%\lil

Re: Using Scheme inside header markup

2005-07-12 Thread Nicolas Sceaux
"Sven Axelsson" <[EMAIL PROTECTED]> writes: > Now I'm calling lily from a batch file that looks like this > > "%ProgramFiles%\lilypond\usr\bin\lilypond.exe" --preview -dresolution=72 > -dno-comment %~n1.ly > "%ProgramFiles%\lilypond\usr\bin\lilypond.exe" --pdf %~n1.ly > > And I have this in my head

RE: Using Scheme inside header markup

2005-07-12 Thread Sven Axelsson
> From: Nicolas Sceaux [mailto:[EMAIL PROTECTED] > Subject: Re: Using Scheme inside header markup > > "Sven Axelsson" <[EMAIL PROTECTED]> writes: > > > Great. Now it works that far. What I acually want to do here is to > > detect if Lilypond has b

RE: Using Scheme inside header markup

2005-07-12 Thread Sven Axelsson
> From: Nicolas Sceaux [mailto:[EMAIL PROTECTED] > Subject: Re: Using Scheme inside header markup > > "Sven Axelsson" <[EMAIL PROTECTED]> writes: > > > Lilypond 2.6.0 Windows > > > myCond = ##t > > \paper { > > bookTitleMarkup =

Re: Using Scheme inside header markup

2005-07-12 Thread Nicolas Sceaux
"Sven Axelsson" <[EMAIL PROTECTED]> writes: > Lilypond 2.6.0 Windows > myCond = ##t > \paper { > bookTitleMarkup = \markup { > \column { > \fill-line { > \large \bold \fromproperty #'header:title > \fromproperty #'header:meter >