Re: Identifying non-chord notes in Scheme

2019-11-29 Thread Steve Cummings
n old 'map.' Steve From: Aaron Hill Subject: Re: Identifying non-chord notes in Scheme Date: Wed, 27 Nov 2019 11:09:12 -0800 User-agent: Roundcube Webmail/1.3.8 Hi Steve, Sorry for the delay in responding to your original query. But as some say, "better l

Re: Identifying non-chord notes in Scheme

2019-11-27 Thread Aaron Hill
Hi Steve, Sorry for the delay in responding to your original query. But as some say, "better late, than never." (: \version "2.19.83" colorNonChordNotes = #(define-music-function (color music) (color? ly:music?) (define (color-stop? mus) (if (music-is-of-type? mus 'note-event)

RE: Identifying non-chord notes in Scheme

2019-11-27 Thread lilypond
the music property my-chord Jaap Van: lilypond-user Namens Steve Cummings Verzonden: Wednesday, November 27, 2019 6:22 PM Aan: lilyp...@de-wolff.org; lilypond-user@gnu.org Onderwerp: Re: Identifying non-chord notes in Scheme Jaap, thank you for taking this up but I'm not sure whether your

Re: Identifying non-chord notes in Scheme

2019-11-27 Thread Steve Cummings
When you have chords like “c:7+”  the EventChord’s are branches (or sub-branches) of an ContextSpeccedMusic event with the music-attribute ‘context-type’ = “ChordsName” Jaap *Van:*lilypond-user *Namens *Steve Cummings *Verzonden:* Tuesday, November 26, 2019 7:31 PM *Aan:* lilypond-user@gnu.org *Ond

RE: Identifying non-chord notes in Scheme

2019-11-27 Thread lilypond
b-branches) of an ContextSpeccedMusic event with the music-attribute 'context-type' = "ChordsName" Jaap Van: lilypond-user Namens Steve Cummings Verzonden: Tuesday, November 26, 2019 7:31 PM Aan: lilypond-user@gnu.org Onderwerp: Identifying non-chord notes in Scheme What's the test for differentiati

Identifying non-chord notes in Scheme

2019-11-26 Thread Steve Cummings
What's the test for differentiating between non-chord notes and notes within a chord, when iterating through events in music? I can examine the notes within a chord individually, but I can't been able to find the way to capture notes that don't belong to a chord (or alternatively, to discard