Is there any easy way to colorize the number list sent to the alternative volta? Or otherwise change the format?  In a longer piece of music I'd like the volta numbers to visually stand out a bit more.

Here is a simple mocked up example. I'd like the numbers to be some other color or otherwise highlighted. Or possibly the bracket lines as well.



\version "2.25.22"

<<
   \new ChordNames {
     d1 | e | f |
   }
  \new Staff
  \relative c' {
    \repeat volta 2 {
      d4 d d  d
    }
    \alternative {
      \volta 1 {
        e e e e |
      }
      \volta 2 {
        f f f f |
      }
    }
  }
>>

Reply via email to