Am So., 29. Dez. 2019 um 12:11 Uhr schrieb Thomas Morley
<thomasmorle...@gmail.com>:

> Some other remarks:
[...]

And a general one.

If a note is last in previous interval and first in a new one, then
the color from the new one is done, leaving the first of the previous
interval with the for it set color:

\score {
  <<
    \new Staff { b c' b' }
    \new Staff { <b c' b'> }
  >>
  \layout {
    \context {
      \Voice
      \consists
        \color_interval_engraver #intervaldefs
          #`(("2-" 0 #t ,green)
             ("7+" 0 #t ,red)
          )
    }
  }
}

No clue how to improve this situation.


Cheers,
  Harm

Reply via email to