Re: Easy Note Heads and colors

2006-09-08 Thread Erlend Aasland
Hi DanielOn 9/7/06, Graham Percival [EMAIL PROTECTED] wrote: Daniel Tonda wrote: I know the colors are doable, although some articulations don't work when using colors, like dynamics,What's the problem with colors and articulations? If I write \relative c' { \override NoteHead #'color = #red c4\ c

Re: Easy Note Heads and colors

2006-09-08 Thread Mats Bengtsson
Quoting Erlend Aasland [EMAIL PROTECTED]: What's the problem with colors and articulations? If I write \relative c' { \override NoteHead #'color = #red c4\ c c c\!\f } ...I get just what I expect; red noteheads and a black crescendo that ends in a black forte. If I write \relative c' {

Re: Easy Note Heads and colors

2006-09-08 Thread Erlend Aasland
Hi MatsOn 9/8/06, Mats Bengtsson [EMAIL PROTECTED] wrote: That's expected, since it's the Hairpin layout object that's used toprint the crescdendo.I know that. That's why I wrote as expected in my previous email :-) Erlend ___ lilypond-devel mailing list

Re: Easy Note Heads and colors

2006-09-06 Thread Graham Percival
Interesting question! Unfortunately I couldn't figure out how \setEasyHeads decides what text to print. ly/property-init.ly contains setEasyHeads = \sequential { \override NoteHead #'stencil = #ly:note-head::brew-ez-stencil \override NoteHead #'font-size = #-7 \override NoteHead

Re: Easy Note Heads and colors

2006-09-06 Thread Daniel Johnson
Unfortunately I couldn't find any more info about brew-ez-stencil -- even grepping the source didn't turn up anything useful. (?!) Try looking at brew_ez_stencil in lily/easy-notation.cc. The relevant block is as follows: SCM idx = scm_from_int (pit-get_notename ()); SCM names =