Hello folks,

How exactly does \repeat percent interact with voices? 

It seems that the percent displayed is a staff feature, so I tried to have more 
that one voice.

But in the example below, the color is not applied to the percent.

Thanks for your help!

JM




%%%%%%%%%%%%%%%%
\version "2.19.55"

\new Staff {

  \override PercentRepeat.color = #red
  \override DoublePercentRepeat.color = #yellow
  \override RepeatSlash.color = #cyan
  \override DoubleRepeatSlash.color = #green

  <>^"PercentRepeat, red"
  \repeat percent 2 {
    <c' e'>1
  }

  \break

  <<
    \new Voice {
      \voiceOne
      <>^"PercentRepeat, red"
      \repeat percent 2 {
        <c' e'>1
      }
    }

    \new Voice {
      \voiceTwo
      <>^"PercentRepeat, red"
      \repeat percent 2 {
        <d' f'>1
      }
    }
  >>

}
%%%%%%%%%%%%%%%%

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to