From 8caa65769390ca7252ff7cba2b817d23c4ed055b Mon Sep 17 00:00:00 2001 From: Neil Puttock Date: Tue, 18 Nov 2008 22:43:01 +0000 Subject: [PATCH] News entry for repeatCountVisibility. --- Documentation/topdocs/NEWS.tely | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index 34f3fd0bc7..7ba103a327 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -98,6 +98,17 @@ This deprecates @code{InnerStaffGroup} and @code{InnerChoirStaff}. >> @end lilypond +@item +Percent repeat counters can be shown at regular intervals using the +context property @code{repeatCountVisibility}. +@lilypond[relative=1] +{ + \set countPercentRepeats = ##t + \set repeatCountVisibility = #(every-nth-repeat-count-visible 2) + \repeat percent 8 { c4 d e f } +} +@end lilypond + @item In addition to the already existing @code{showLastLength} property, @code{showFirstLength} can now be set as well, rendering only the first -- 2.39.5