Re: [SPAM] Re: Generating a (#:column ...) list in Scheme

2014-05-08 Thread Pierre Perol-Schneider
2014-05-08 19:02 GMT+02:00 Urs Liska : > Look at that score: > > http://lilypondblog.org/wp-content/uploads/2014/05/ > alternatingTimeSignatures.pdf > Thanks Urs, very nice. The alignment seems a little weird though. Try : #{ \markup \center-column #(map number->string x) #}) It looks much b

Re: [SPAM] Re: Generating a (#:column ...) list in Scheme

2014-05-08 Thread Urs Liska
I can't help it to be overwhelmed by LilyPond over and over again :-) Look at that score: http://lilypondblog.org/wp-content/uploads/2014/05/alternatingTimeSignatures.pdf and wonder about the nested tuplets over crazy bar changes. If you notice the lower voice spans less music than the upper,

Re: Generating a (#:column ...) list in Scheme

2014-05-08 Thread Urs Liska
Oh, please discard the attachment of the previous email, this one is the current one ... Am 08.05.2014 17:25, schrieb Urs Liska: Hi David, thanks for the assistance. Am 08.05.2014 14:19, schrieb David Kastrup: Urs Liska writes: Hi, I have this construct in a function that creates a com

Re: [SPAM] Re: Generating a (#:column ...) list in Scheme

2014-05-08 Thread Urs Liska
Hi David, thanks for the assistance. Am 08.05.2014 14:19, schrieb David Kastrup: Urs Liska writes: Hi, I have this construct in a function that creates a combined time signature: (grob-interpret-markup grob (markup #:override '(baseline-skip . 0) #:number (#:line ((#:colu

Re: Generating a (#:column ...) list in Scheme

2014-05-08 Thread David Kastrup
Urs Liska writes: > Hi, > > I have this construct in a function that creates a combined time signature: > >(grob-interpret-markup grob > (markup #:override '(baseline-skip . 0) #:number >(#:line ((#:column (numOne denOne)) > (#:column (numTwo denTwo)) > > It c

Generating a (#:column ...) list in Scheme

2014-05-08 Thread Urs Liska
Hi, I have this construct in a function that creates a combined time signature: (grob-interpret-markup grob (markup #:override '(baseline-skip . 0) #:number (#:line ((#:column (numOne denOne)) (#:column (numTwo denTwo)) It creates two columns from the four giv