lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LSR contribution


From: Thomas Morley
Subject: Re: LSR contribution
Date: Sun, 29 Dec 2019 13:10:31 +0100

Am So., 29. Dez. 2019 um 12:11 Uhr schrieb Thomas Morley
<address@hidden>:

> 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

[Prev in Thread] Current Thread [Next in Thread]