Re: scheme problem: colored background, layers

2014-12-06 Thread Big Noise
Malte Meyn To: lilypond-user@gnu.org Subject: Re: scheme problem: colored background, layers Am 04.12.2014 um 00:13 schrieb Urs Liska: Am I seeing correctly that the arrows are coded with absolute coordinates from their starting points (i.e. they wouldn't adapt to layout changes)? This is

Re: scheme problem: colored background, layers

2014-12-04 Thread Malte Meyn
Am 04.12.2014 um 00:13 schrieb Urs Liska: Am I seeing correctly that the arrows are coded with absolute coordinates from their starting points (i.e. they wouldn't adapt to layout changes)? This is not at all diminishing your snippet, but it would be absolutely awesome if someone could extend t

Re: scheme problem: colored background, layers

2014-12-03 Thread Urs Liska
Am 03.12.2014 22:31, schrieb Big Noise: Hi everybody, now I could finish two scores that have been waiting for that colored background trick. Maybe they are somewhat extreme examples... If anyone is interested: http://jkg-musik.jimdo.com/lilypond This is absolutely great! I think this would

Re: scheme problem: colored background, layers

2014-12-03 Thread Big Noise
Hi everybody, now I could finish two scores that have been waiting for that colored background trick. Maybe they are somewhat extreme examples... If anyone is interested: http://jkg-musik.jimdo.com/lilypond For the colored arrows from the second example, I've created a snippet as well: http:

Re: scheme problem: colored background, layers

2014-12-02 Thread Urs Liska
Am 02.12.2014 13:01, schrieb Johan Vromans: On Tue, 02 Dec 2014 11:43:41 +0100 Urs Liska wrote: Yes, from me too. I have immediately tagged this as "to be investigated" for our editorial tools collection. One of the first purposes that came to my mind was marking (colour coding) changes in a

Re: scheme problem: colored background, layers

2014-12-02 Thread Johan Vromans
On Tue, 02 Dec 2014 11:43:41 +0100 Urs Liska wrote: > Yes, from me too. I have immediately tagged this as "to be investigated" > for our editorial tools collection. One of the first purposes that came to my mind was marking (colour coding) changes in a score, automatically, directly from git.

Re: scheme problem: colored background, layers

2014-12-02 Thread Urs Liska
Am 02.12.2014 11:29, schrieb Johan Vromans: On Tue, 2 Dec 2014 11:05:20 +0100 "Ben Big Noise" wrote: Wow - that's amazing. Having contributed to the LSR feels good :) This is *very* nice. Kudos to Klaus and Pierre! -- Johan Yes, from me too. I have immediately tagged this as "to be inves

Re: scheme problem: colored background, layers

2014-12-02 Thread Johan Vromans
On Tue, 2 Dec 2014 11:05:20 +0100 "Ben Big Noise" wrote: > Wow - that's amazing. Having contributed to the LSR feels good :) This is *very* nice. Kudos to Klaus and Pierre! -- Johan ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.g

Re: scheme problem: colored background, layers

2014-12-02 Thread Ben Big Noise
Wow - that's amazing. Having contributed to the LSR feels good :) Thanks for adding and code optimizing. Cheers, Klaus Am 02.12.2014 um 09:41 schrieb Pierre Perol-Schneider Add to the LSR : http://lsr.di.unimi.it/LSR/Item?id=960 Waiting for your comments. Cheers, Pierre ___

Re: scheme problem: colored background, layers

2014-12-02 Thread Pierre Perol-Schneider
Add to the LSR : http://lsr.di.unimi.it/LSR/Item?id=960 Waiting for your comments. Cheers, Pierre 2014-12-02 7:25 GMT+01:00 Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com>: > Hum, interesting Klaus! > I'll take a closer look today. > Cheers, > Pierre > _

Re: scheme problem: colored background, layers

2014-12-01 Thread Pierre Perol-Schneider
Hum, interesting Klaus! I'll take a closer look today. Cheers, Pierre ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: scheme problem: colored background, layers

2014-12-01 Thread Big Noise
Hi Pierre, thanks for taking the time to think about it. Meanwhile, after some sleepless nights ;-) I've found another way to get some results: % --- \version "2.18.0" colorSpan = #(define-music-function (parser location y-lower y-upper co

Re: scheme problem: colored background, layers

2014-11-29 Thread Pierre Perol-Schneider
Hi Klaus, 2014-11-29 10:30 GMT+01:00 Big Noise : > thanks for your reply. > Unfortunately, changing the layer value from -10 to -2 doesn't help. The > problem is that the function places the staff lines and the colored > rectangle into the *same* layer, whereas I need to leave the staff lines in

Re: scheme problem: colored background, layers

2014-11-29 Thread Big Noise
Salut Pierre, thanks for your reply. Unfortunately, changing the layer value from -10 to -2 doesn't help. The problem is that the function places the staff lines and the colored rectangle into the *same* layer, whereas I need to leave the staff lines in layer 0 and put the rectangle into layer

Re: scheme problem: colored background, layers

2014-11-29 Thread Pierre Perol-Schneider
Hi, 2014-11-29 1:15 GMT+01:00 Big Noise : > Here is my problem: > Now the staff lines and the yellow rectangle are located in the same > layer, so it's not possible to place the blue cluster between them. > Is there a way to make the scheme function put the staff lines > ("StaffSymbol") and the

scheme problem: colored background, layers

2014-11-28 Thread Big Noise
Hello everybody, for analysis purposes, I'd like to put a colored background behind some notes. Here's my first approach: \version "2.18.0" { << { R1 c'2 g' c' r R1 } \\ { \override Voice.ClusterSpanner.color = #(rgb-color 0.5 0.6 1) \override Voice.ClusterSpanner.l