Robert Schmaus <robert.schm...@web.de> writes:

> Hi David,
>
> as you pointed out a week ago, this works fine:
>
> \version "2.19.18"
>
> \score {
>
>   \new Staff
>   \with {
>     \accepts "ChordNames"
>     \consists Percent_repeat_engraver
>   } {
>     % some written out music
>     c''4 c'' c'' c''
>
>     % switch to changes
>     \chords {
>       \set Staff.countPercentRepeats = ##t
>       \set Staff.repeatCountVisibility =
> #(every-nth-repeat-count-visible 4)
>       \repeat percent 8 { c1 : maj7 }
>     }
>   }
> }
>
>
> It stops working however, if I go from 2.19.18 to 2.19.34.

How so?

-- 
David Kastrup

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

Reply via email to