From: Han-Wen Nienhuys <hanwen@xs4all.nl>
Date: Wed, 24 Aug 2005 12:22:51 +0000 (+0000)
Subject: (Measure repeats): add
X-Git-Tag: release/2.7.8~32
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8d178591e7c2034ede3afbe70068039fd277d584;p=lilypond.git

(Measure repeats): add
countPercentRepeats example.
---

diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely
index 8c8bd87a37..a94076456e 100644
--- a/Documentation/topdocs/NEWS.tely
+++ b/Documentation/topdocs/NEWS.tely
@@ -21,6 +21,13 @@ See user manual, \NAME\
 @end ifnothtml
 
 
+@macro textanchor{NAME}
+@html
+<a name href="\NAME\"></a>
+@end html
+@end macro
+
+
 @documentencoding utf-8
 @documentlanguage en
 
@@ -36,7 +43,7 @@ This document is also available in @uref{NEWS.pdf,PDF}.
 
 
 @itemize @bullet
-@item
+@item @textanchor{tie-chords}
 Formatting of ties in chords has been improved. Ties no longer collide
 with note heads and stems. In addition, it is possible to manually
 specify tie formatting
@@ -70,7 +77,7 @@ Kieren MacMillan, Steve Doonan, Trevor Baca, and Vicente Solsona
 Dellá.
  
 
-@item
+@item  @textanchor{repeat-counter}
 With the @code{countPercentRepeats} property,
 percent repeats get incremental numbers to indicate the accumulated repeat count.
 
@@ -186,7 +193,7 @@ add arrows to the brackets,
 This feature was sponsored by Trevor Baca.
 
 
-@item
+@item @textanchor{arrow-glyph}
 Arrow heads were added to the Feta font.
 
 @lilypond[]
@@ -250,7 +257,7 @@ showLastLength = R1*5
 will render only the last five measures (assuming 4/4 time signature)
 of a piece.
 
-@item
+@itemy @textanchor{simple-melismata}
 Melismata can be specified simply in the lyrics now, eg.
 
 @lilypond[relative=1,verbatim,fragment]
@@ -279,7 +286,7 @@ The setting @code{whichBar} and time-bookkeeping is now split into a
 @code{Default_bar_line_engraver} and @code{Timing_translator}
 respectively.
 
-@item
+@item @textanchor{pitched-trill}
 Explicit pitches may be added to trills,
 
 @lilypond[relative,verbatim,fragment]
diff --git a/Documentation/user/basic-notation.itely b/Documentation/user/basic-notation.itely
index 4f32d047d0..f1c31032af 100644
--- a/Documentation/user/basic-notation.itely
+++ b/Documentation/user/basic-notation.itely
@@ -2934,7 +2934,7 @@ Percent repeats must be declared within a @code{Voice} context.
 Measure repeats of more than 2 measures get a counter, if you switch
 on the @code{countPercentRepeats} property,
 
-@lilypond[relative=2, quote,verbatim,raggedright]
+@lilypond[relative=2,fragment,quote,verbatim,raggedright]
 \set countPercentRepeats = ##t
 \new Voice
   \repeat "percent" 4 { c1 }
diff --git a/THANKS b/THANKS
index cca7fc5c93..8aebe3cdbb 100644
--- a/THANKS
+++ b/THANKS
@@ -21,9 +21,12 @@ Yoshinobu Ishizaki
 
 SPONSORS
 
+Jay Hamilton
 Jamie Bullock
 D. Josiah Boothby
+Kieren MacMillan
 Nancho Alvarez
+Steve Doonan
 Sven Axelsson
 Trevor Bača
 Yoshinobu Ishizaki